summaryrefslogtreecommitdiff
path: root/misc/jive
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-04-06 02:58:23 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-04-06 02:58:23 +0000
commit7f2a3fa5d17a179915f511f7c840d757a6069dc4 (patch)
treefdd1c182d2bdb117abb856c2878761ed9e68b359 /misc/jive
parentUpdate to 1.90 (diff)
Respect CC and CFLAGS.
De JIBE package now wo'ks on sparc64!
Notes
Notes: svn path=/head/; revision=57358
Diffstat (limited to 'misc/jive')
-rw-r--r--misc/jive/files/patch-aa10
1 files changed, 10 insertions, 0 deletions
diff --git a/misc/jive/files/patch-aa b/misc/jive/files/patch-aa
new file mode 100644
index 000000000000..923521f64342
--- /dev/null
+++ b/misc/jive/files/patch-aa
@@ -0,0 +1,10 @@
+--- Makefile.orig Fri Apr 5 18:55:29 2002
++++ Makefile Fri Apr 5 18:55:40 2002
+@@ -1,5 +1,5 @@
+-CC = gcc
+-CFLAGS = -O2 -fomit-frame-pointer
++CC ?= cc
++CFLAGS += -fomit-frame-pointer
+ LDFLAGS = -s
+ LEX = flex
+ LEXLIB = -lfl