aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/swm/files/patch-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/swm/files/patch-Makefile')
-rw-r--r--x11-wm/swm/files/patch-Makefile21
1 files changed, 0 insertions, 21 deletions
diff --git a/x11-wm/swm/files/patch-Makefile b/x11-wm/swm/files/patch-Makefile
deleted file mode 100644
index 8fcf63f53d6..00000000000
--- a/x11-wm/swm/files/patch-Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
---- Makefile.orig Tue Mar 20 08:41:39 2001
-+++ Makefile Fri Mar 30 01:06:27 2001
-@@ -2,16 +2,15 @@
- # the swm.conf file. Normally, you should not have to edit this Makefile.
-
- # Only for testing & devellopment
--CFLAGS = -O0 -Wall -g3 -ggdb -p -H
-
- # There should be nothing to edit below this line
- # -----------------------------------------------------------------------------
--CC = gcc
-+CC ?= gcc
-
- #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
-
--XROOT = /usr/X11R6
-+XROOT = ${X11BASE}
- INCLPATH = -I$(XROOT)/include
- LDPATH = -L$(XROOT)/lib
-