diff options
Diffstat (limited to 'x11-wm/swm/files/patch-Makefile')
-rw-r--r-- | x11-wm/swm/files/patch-Makefile | 32 |
1 files changed, 15 insertions, 17 deletions
diff --git a/x11-wm/swm/files/patch-Makefile b/x11-wm/swm/files/patch-Makefile index ea86a63d0426..430e0e1d010d 100644 --- a/x11-wm/swm/files/patch-Makefile +++ b/x11-wm/swm/files/patch-Makefile @@ -1,22 +1,20 @@ ---- Makefile.orig Thu Dec 14 01:53:57 2000 -+++ Makefile Sat Dec 16 20:13:38 2000 -@@ -4,14 +4,13 @@ - #MODCC = /skiff/local/bin/arm-linux-gcc - #LDPOSTLIB = -L/skiff/local/arm-linux/lib - #LDPOSTLIBS = -L/skiff/local/arm-linux/lib --CC = gcc -+CC ?= gcc - - # Only for testing & devellopment - # CFLAGS = -O0 -Wall -g3 -p -H - # DEFINES = -DMAXIMIZE -DSHADE -DDRAWTITLE -DSTD_IO -DKEYS -DDEBUG +--- Makefile.orig Tue Jan 30 04:42:53 2001 ++++ Makefile Thu Feb 1 02:21:22 2001 +@@ -6,7 +6,6 @@ + #DEFINES = -DFAST # for modern system, but little amount of memory --CFLAGS = -O3 -march=pentium -Wall -shared - DEFINES = -DSHADE -DDRAWTITLE -DSTD_IO -DKEYS -DMAXIMIZE +-CFLAGS = -O3 -march=pentium -Wall -shared + DEFINES = -DSHADE -DDRAWTITLE -DSTD_IO -DKEYS -DMAXIMIZE + + # modern system, no keyboard support desired & faster drawing +@@ -24,12 +23,12 @@ + + # There should be nothing to edit below this line + # ----------------------------------------------------------------------------- +-CC = gcc ++CC ?= gcc - # for very small computers... -@@ -24,7 +23,7 @@ #LDPATH = -L$(XROOT)/lib -L/skiff/local/arm-linux/lib -L/skiff/local/lib/gcc-lib/arm-linux/2.95.2 #INCLPATH = -I$(XROOT)/include -I/skiff/local/include -I/usr/include @@ -24,4 +22,4 @@ +XROOT = ${X11BASE} INCLPATH = -I$(XROOT)/include LDPATH = -L$(XROOT)/lib - LIBS = -lXext -lX11 + |