summaryrefslogtreecommitdiff
path: root/security/john/patches
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2003-11-18 14:03:14 +0000
committerxtraeme <xtraeme@pkgsrc.org>2003-11-18 14:03:14 +0000
commit7ac25b3a6e544fa2010a153c9d274fcd4100c96e (patch)
tree9bb6e2c6d1b43f026001f59801398d7d8cc6ab1c /security/john/patches
parentedfaf33cde7ceef2688fc362697c913afc674057 (diff)
downloadpkgsrc-7ac25b3a6e544fa2010a153c9d274fcd4100c96e.tar.gz
Remove harcoded CFLAGS from Makefile, pass our CFLAGS instead.
Patch provided by Christian Biere in PR pkg/23461. Bump PKGREVISION.
Diffstat (limited to 'security/john/patches')
-rw-r--r--security/john/patches/patch-aa19
1 files changed, 19 insertions, 0 deletions
diff --git a/security/john/patches/patch-aa b/security/john/patches/patch-aa
new file mode 100644
index 00000000000..a25b8a94b73
--- /dev/null
+++ b/security/john/patches/patch-aa
@@ -0,0 +1,19 @@
+$NetBSD: patch-aa,v 1.1 2003/11/18 14:03:14 xtraeme Exp $
+
+--- Makefile.orig 2003-11-18 14:51:45.000000000 +0100
++++ Makefile 2003-11-18 14:52:31.000000000 +0100
+@@ -13,11 +13,11 @@
+ SED = sed
+ NULL = /dev/null
+ CPPFLAGS = -E
+-CFLAGS = -c -Wall -O2 -fomit-frame-pointer
++CFLAGS += -c
+ ASFLAGS = -c
+ LDFLAGS = -s
+-OPT_NORMAL = -funroll-loops
+-OPT_INLINE = -finline-functions
++OPT_NORMAL =
++OPT_INLINE =
+
+ JOHN_VERSION = 1.6
+ JOHN_ARCHIVE = john-$(JOHN_VERSION)