summaryrefslogtreecommitdiff
path: root/package/file
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-02-16 20:08:11 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-02-16 20:08:11 +0100
commitd076dcc98ef55cb70fe1ea76c1d634fadaccb25f (patch)
treed2b0d13e3e6c6a631ad8a3a79601ac9c9c842e50 /package/file
parent8c97e0282c57a160c5cbe41c5eade31e8eafdbcf (diff)
disable warnings, -Wextra does not exit on OpenBSD gcc
Diffstat (limited to 'package/file')
-rw-r--r--package/file/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/file/Makefile b/package/file/Makefile
index c090033f4..2b68ec306 100644
--- a/package/file/Makefile
+++ b/package/file/Makefile
@@ -21,6 +21,7 @@ pre-configure:
(cd ${WRKBUILD}; rm -rf config.{cache,status} ; \
CFLAGS="-static" \
./configure --enable-static --disable-shared \
+ --disable-warnings \
);
${MAKE} -C ${WRKBUILD}
${INSTALL_BIN} ${WRKBUILD}/src/file ${WRKBUILD}/magic