summaryrefslogtreecommitdiff
path: root/editors/pico
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2003-03-05 14:57:15 +0000
committerDoug Barton <dougb@FreeBSD.org>2003-03-05 14:57:15 +0000
commit2359dc538095e552f59aba4d94409ac5d5a7d982 (patch)
treee72a2734d44abef43439960228d7b2af5f65bb0a /editors/pico
parent* Don't do patch + sed for PREFIX-related changes, just use sed in one pass (diff)
Bring over the patch from pine4 to make the pico build respect CFLAGS
Notes
Notes: svn path=/head/; revision=76942
Diffstat (limited to 'editors/pico')
-rw-r--r--editors/pico/files/patch-bd11
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/pico/files/patch-bd b/editors/pico/files/patch-bd
new file mode 100644
index 000000000000..9e760bc21447
--- /dev/null
+++ b/editors/pico/files/patch-bd
@@ -0,0 +1,11 @@
+--- pico/makefile.bsf.orig Sun Feb 11 20:15:44 2001
++++ pico/makefile.bsf Sun Feb 11 20:15:18 2001
+@@ -37,7 +37,7 @@
+ DEBUG= -DDEBUG # -g
+
+ STDCFLAGS= -DBSDI -DBSDI2 -DPOSIX -DJOB_CONTROL -DMOUSE
+-CFLAGS= $(OPTIMIZE) $(PROFILE) $(DEBUG) $(EXTRACFLAGS) $(STDCFLAGS)
++CFLAGS+= $(OPTIMIZE) $(PROFILE) $(DEBUG) $(EXTRACFLAGS) $(STDCFLAGS)
+
+ # switches for library building
+ LIBCMD= ar