]> git.pld-linux.org Git - packages/boxes.git/commitdiff
- fixes passing CFLAGS
authorTomasz Pala <gotar@pld-linux.org>
Sun, 10 Aug 2003 11:03:40 +0000 (11:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    boxes-cflags.patch -> 1.1

boxes-cflags.patch [new file with mode: 0644]

diff --git a/boxes-cflags.patch b/boxes-cflags.patch
new file mode 100644 (file)
index 0000000..df5264c
--- /dev/null
@@ -0,0 +1,28 @@
+diff -urN boxes-1.0.1.orig/src/Makefile boxes-1.0.1/src/Makefile
+--- boxes-1.0.1.orig/src/Makefile      2000-03-18 00:53:59.000000000 +0100
++++ boxes-1.0.1/src/Makefile   2003-08-10 12:56:00.000000000 +0200
+@@ -99,10 +99,10 @@
+ build:
+-      $(MAKE) CFLAGS_ADDTL=-O boxes
++      $(MAKE) boxes
+       strip boxes
+ debug:
+-      $(MAKE) CFLAGS_ADDTL=-g boxes
++      $(MAKE) boxes
+ boxes: $(ALL_OBJ)
+       $(MAKE) -C regexp CC=$(CC) libregexp.a
+diff -urN boxes-1.0.1.orig/src/regexp/Makefile boxes-1.0.1/src/regexp/Makefile
+--- boxes-1.0.1.orig/src/regexp/Makefile       2000-03-18 00:54:00.000000000 +0100
++++ boxes-1.0.1/src/regexp/Makefile    2003-08-10 12:55:52.000000000 +0200
+@@ -32,7 +32,7 @@
+ #============================================================================
+-CFLAGS   = -traditional -O -I. $(CFLAGS_ADDTL)
++CFLAGS   = -I. $(CFLAGS_ADDTL)
+ ALL_CL   = regexp/regexp.c regexp/regsub.c
+ C_SRC    = $(notdir $(ALL_CL))
This page took 0.087628 seconds and 4 git commands to generate.