Browse Source

disable warnings, -Wextra does not exit on OpenBSD gcc

Waldemar Brodkorb 15 years ago
parent
commit
d076dcc98e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      package/file/Makefile

+ 1 - 0
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