summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWorMzy Tykashi2016-01-13 22:45:39 +0000
committerWorMzy Tykashi2016-01-13 22:45:39 +0000
commit01f61ed81c6b5ba7aaaca0701f95a147ffab4354 (patch)
treee2dde78e2a29e33bad56c1467c94b172f5293b9f /PKGBUILD
parentdaff9b744cd8b235a18c14bf5d0bb1fee7af3ee7 (diff)
downloadaur-01f61ed81c6b5ba7aaaca0701f95a147ffab4354.tar.gz
Remove antiquated comment
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 0 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0ce408277c8a..9ca9423a6643 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,13 +22,6 @@ pkgver() {
git describe --tags | sed -e 's:v::' -e 's:-:_:g'
}
-# By default, openxcom builds with -Werror, which causes the build to fail if a compiler
-# warning is encountered. Uncomment the following prepare function to turn this off.
-#prepare() {
-# cd $_gitname
-# sed -i 's:werror=yes:werror=no:' configure.ac
-#}
-
build() {
cd $_gitname
cmake -DCMAKE_INSTALL_PREFIX="/usr"