freebsd-ports/security/libfprint/files/patch-configure
Simon Barner 02a23ec1d6 - Fix build with gcc3 / FreeBSD6
- Reported by:	pointyhat via pav
2008-04-19 11:23:12 +00:00

11 lines
573 B
Text

--- configure.orig 2008-04-19 12:47:31.000000000 +0200
+++ configure 2008-04-19 12:49:22.000000000 +0200
@@ -20778,7 +20778,7 @@
#define API_EXPORTED __attribute__((visibility("default")))
_ACEOF
-AM_CFLAGS="-std=gnu99 -fgnu89-inline -Wall -Wundef -Wunused -Wstrict-prototypes -Werror-implicit-function-declaration -Wno-pointer-sign -Wshadow"
+AM_CFLAGS="-std=gnu99 -Wall -Wundef -Wunused -Wstrict-prototypes -Werror-implicit-function-declaration -Wshadow"
ac_config_files="$ac_config_files libfprint.pc Makefile libfprint/Makefile examples/Makefile doc/Makefile"