freebsd-ports/security/vlock/files/patch-configure
Martin Wilke b489be38e7 - Update to 2.2.2
PR:		123949
Submitted by:	Ganael Laplanche <ganael.laplanche@martymac.com> (maintainer)
2008-05-30 13:43:46 +00:00

12 lines
421 B
Text

--- configure.orig 2008-05-24 08:37:25.515872840 +0200
+++ configure 2008-05-24 08:38:44.943843155 +0200
@@ -220,7 +220,8 @@
MODULEDIR="\$(LIBDIR)/vlock/modules"
CC=gcc
- DEFAULT_CFLAGS="-O2 -Wall -W -pedantic -std=gnu99"
+ #DEFAULT_CFLAGS="-O2 -Wall -W -pedantic -std=gnu99"
+ DEFAULT_CFLAGS="-pedantic -std=gnu99"
DEBUG_CFLAGS="-O0 -g -Wall -W -pedantic -std=gnu99"
CFLAGS="${DEFAULT_CFLAGS}"
LD=ld