diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2001-05-25 11:49:35 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2001-05-25 11:49:35 +0000 |
commit | 3ea6bb84f225dd2f779ce12d1091d4287fc034ff (patch) | |
tree | 144d23cc06326a893209b177dce0771b83ee5de1 /security | |
parent | 7290213d73df8fba7c91b6fc6eee374ee3238288 (diff) | |
download | ports-3ea6bb84f225dd2f779ce12d1091d4287fc034ff.tar.gz ports-3ea6bb84f225dd2f779ce12d1091d4287fc034ff.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/pgpdump/files/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/security/pgpdump/files/patch-aa b/security/pgpdump/files/patch-aa new file mode 100644 index 000000000000..fb8a69ef2976 --- /dev/null +++ b/security/pgpdump/files/patch-aa @@ -0,0 +1,11 @@ +--- Makefile.in.orig Tue Apr 3 05:41:44 2001 ++++ Makefile.in Fri May 25 04:47:52 2001 +@@ -4,7 +4,7 @@ + mandir = @mandir@/man1 + LIBS = @LIBS@ + +-CFLAGS = -O -Wall ++CFLAGS += -Wall + RM = rm -f + INSTALL = install -c -m + |