diff options
author | Doug Barton <dougb@FreeBSD.org> | 2003-03-05 14:57:15 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2003-03-05 14:57:15 +0000 |
commit | 2359dc538095e552f59aba4d94409ac5d5a7d982 (patch) | |
tree | e72a2734d44abef43439960228d7b2af5f65bb0a /editors/pico | |
parent | cb53c632e884a501307a133b55696463d1f43044 (diff) |
Notes
Diffstat (limited to 'editors/pico')
-rw-r--r-- | editors/pico/files/patch-bd | 11 |
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 |