diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-01-12 04:29:57 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-01-12 04:29:57 +0000 |
commit | c3d735c03bd8aa64569ed18e5511292185ef030b (patch) | |
tree | 2c75db94250260c82b65ff2ba23cb6d58f66204b /sysutils/prips/files/patch-aa | |
parent | Move the only master site that has one of the distfiles (diff) |
Update to 0.9.4.
PR: 16053
Submitted by: maintainer
Also add some patches to respect CC/CFLAGS and avoid a warning.
Diffstat (limited to 'sysutils/prips/files/patch-aa')
-rw-r--r-- | sysutils/prips/files/patch-aa | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sysutils/prips/files/patch-aa b/sysutils/prips/files/patch-aa new file mode 100644 index 000000000000..08cf74426f49 --- /dev/null +++ b/sysutils/prips/files/patch-aa @@ -0,0 +1,8 @@ +--- Makefile.orig Tue Jan 11 20:25:33 2000 ++++ Makefile Tue Jan 11 20:25:41 2000 +@@ -1,5 +1,3 @@ +-CC=gcc +-CFLAGS=-g -Wall -O2 + LIBS=-lm + + all: prips |