diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-11-10 23:04:18 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-11-10 23:04:18 +0000 |
commit | 0cd2ecfdb78204951e5b7020a1efefef5856f31d (patch) | |
tree | 3ae1e9b37c920941ef9789ff8aa2a0f664cdf50e /x11/imwheel/files/patch-getopt::Makefile.in | |
parent | Document vulnerability in Apache 2 (CAN-2004-0942). (diff) |
- Update to 1.0.0.p12
PR: ports/73644
Submitted by: Paul Murphy <paul.murphy@cogeco.ca>
Notes
Notes:
svn path=/head/; revision=121340
Diffstat (limited to 'x11/imwheel/files/patch-getopt::Makefile.in')
-rw-r--r-- | x11/imwheel/files/patch-getopt::Makefile.in | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/x11/imwheel/files/patch-getopt::Makefile.in b/x11/imwheel/files/patch-getopt::Makefile.in index 3a65236b63de..b1e87ba485c8 100644 --- a/x11/imwheel/files/patch-getopt::Makefile.in +++ b/x11/imwheel/files/patch-getopt::Makefile.in @@ -1,11 +1,12 @@ ---- getopt/Makefile.in.orig Thu Feb 22 08:41:45 2001 -+++ getopt/Makefile.in -@@ -79,7 +79,7 @@ - mdump_dist = @mdump_dist@ +--- getopt/Makefile.in.orig Sun Aug 29 06:33:21 2004 ++++ getopt/Makefile.in Sun Nov 7 08:57:49 2004 +@@ -161,7 +161,7 @@ suid = @suid@ - --CFLAGS = -O6 -s -Wall -+#CFLAGS = -O6 -s -Wall + sysconfdir = @sysconfdir@ + target_alias = @target_alias@ +-AM_CFLAGS = -O6 -s -Wall ++#AM_CFLAGS = -O6 -s -Wall noinst_LIBRARIES = libgetopt.a libgetopt_a_SOURCES = getopt.c getopt1.c getopt.h - + EXTRA_DIST = Makefile.unix + |