summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-06-26 19:25:12 +0000
committergrant <grant@pkgsrc.org>2004-06-26 19:25:12 +0000
commit9616d4f2294946e5775dfa27e2702e9016dc392e (patch)
tree2d6ad0dafe34626df6df45f352e49cc50f45663f /security
parent6022149b49ddb66bd3691b38ff1038c744d192dd (diff)
downloadpkgsrc-9616d4f2294946e5775dfa27e2702e9016dc392e.tar.gz
don't override CC, don't pass gcc specific flags.
Diffstat (limited to 'security')
-rw-r--r--security/fortify/distinfo4
-rw-r--r--security/fortify/patches/patch-aa14
2 files changed, 11 insertions, 7 deletions
diff --git a/security/fortify/distinfo b/security/fortify/distinfo
index d90c30c00a2..8924bdc0e96 100644
--- a/security/fortify/distinfo
+++ b/security/fortify/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2001/04/19 15:40:31 agc Exp $
+$NetBSD: distinfo,v 1.3 2004/06/26 19:25:12 grant Exp $
SHA1 (Fortify-1.4.6-unix-src.tar.gz) = a1debcb3c7d2d5dbb9f638b7713bc2544dcea3cd
Size (Fortify-1.4.6-unix-src.tar.gz) = 278224 bytes
-SHA1 (patch-aa) = b2d7540da220e4005bb76508fde52bfc5e28ae94
+SHA1 (patch-aa) = c899dea2f2e4af5c6a93edb527532082ab625cdf
diff --git a/security/fortify/patches/patch-aa b/security/fortify/patches/patch-aa
index 057ba3c9a15..9d8e52f8af9 100644
--- a/security/fortify/patches/patch-aa
+++ b/security/fortify/patches/patch-aa
@@ -1,12 +1,16 @@
-$NetBSD: patch-aa,v 1.1.1.1 1999/10/28 00:02:09 jlam Exp $
+$NetBSD: patch-aa,v 1.2 2004/06/26 19:25:12 grant Exp $
---- src/common/Makefile.orig Thu Oct 7 11:53:04 1999
-+++ src/common/Makefile Wed Oct 27 00:54:42 1999
-@@ -3,7 +3,7 @@
+--- src/common/Makefile.orig 2000-02-28 22:55:47.000000000 +1100
++++ src/common/Makefile
+@@ -1,9 +1,9 @@
+
+-CC = gcc # -Wall -ansi
++#CC = gcc # -Wall -ansi
# For GNU/Linux/BSD systems
- CFLAGS = -I. -O2 # -static
+-CFLAGS = -I. -O2 # -static
-YACC = bison -y
++CFLAGS = -I. # -O2 # -static
+YACC = yacc
LDFLAGS = -static
LEX = lex -l