diff options
author | ross <ross@pkgsrc.org> | 1999-05-31 04:10:32 +0000 |
---|---|---|
committer | ross <ross@pkgsrc.org> | 1999-05-31 04:10:32 +0000 |
commit | 37102ee820b932cdd07b1dac9dcb5027cc71f614 (patch) | |
tree | c538f4bf32c85694f7c999aa71e8797c395a87db /security/tripwire | |
parent | 85916ac0be1367d8ef1fa88f4d66e41e6632947d (diff) | |
download | pkgsrc-37102ee820b932cdd07b1dac9dcb5027cc71f614.tar.gz |
LP64 fix.
Diffstat (limited to 'security/tripwire')
-rw-r--r-- | security/tripwire/patches/patch-aa | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/tripwire/patches/patch-aa b/security/tripwire/patches/patch-aa index 92d631690ad..3999011d58c 100644 --- a/security/tripwire/patches/patch-aa +++ b/security/tripwire/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.2 1999/04/09 10:46:56 agc Exp $ +$NetBSD: patch-aa,v 1.3 1999/05/31 04:10:32 ross Exp $ Miscellaneous Makefile settings. @@ -33,7 +33,7 @@ Miscellaneous Makefile settings. #CFLAGS = -systype bsd43 # MIPS RISC/OS 4.5x #CFLAGS = -O -ansi # gnu CC -#CFLAGS = -O -ansi -W -Wreturn-type -Wswitch -Wshadow # gnu CC w/all warnings -+CFLAGS = -O -ansi -W -Wreturn-type -Wswitch -Wshadow # gnu CC w/all warnings ++CFLAGS = -O -ansi -W -Wreturn-type -Wswitch -Wshadow -DTW_TYPE32='int' #CFLAGS = -OG # Pyramid OSx #CFLAGS = -O -Kold # Pyramid DC/OSx (SVR4) #CFLAGS = -DTW_TYPE32='int' # DEC OSF/1 Alpha (or any other architecture |