1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/graphics/opendis/files/patch-configure.in
Will Andrews 0ca07ff1bf Add opendis 0.0.3, a program to access Flashpoint Digita-based
cameras, download images and more.

PR:		27537
Submitted by:	Anders Nordby <anders@fix.no>
2001-06-08 16:54:25 +00:00

12 lines
338 B
Plaintext

--- configure.in.old Tue May 22 13:16:35 2001
+++ configure.in Tue May 22 13:16:58 2001
@@ -10,7 +10,7 @@
if test "$GCC" = yes; then
dnl Add some extra flags when compiling with gcc.
- gcc_extra_cflags="-D_GNU_SOURCE -Wall -ansi -pedantic -W"
+ gcc_extra_cflags="-D_GNU_SOURCE -ansi -pedantic"
AC_SUBST(gcc_extra_cflags)
fi