aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/swm/files
diff options
context:
space:
mode:
authortrevor <trevor@FreeBSD.org>2001-02-02 23:10:52 +0800
committertrevor <trevor@FreeBSD.org>2001-02-02 23:10:52 +0800
commit74c937491b388ffeba51676a374212754b68b37e (patch)
treedf338eb5060d99655138e80655018360d6dab5cb /x11-wm/swm/files
parent329e649907e1bcc615ee4f4154454a2a31734865 (diff)
downloadfreebsd-ports-gnome-74c937491b388ffeba51676a374212754b68b37e.tar.gz
freebsd-ports-gnome-74c937491b388ffeba51676a374212754b68b37e.tar.zst
freebsd-ports-gnome-74c937491b388ffeba51676a374212754b68b37e.zip
Update to 1.2.2.
Don't install the German man page, because we have no place to put it. PR: 23822
Diffstat (limited to 'x11-wm/swm/files')
-rw-r--r--x11-wm/swm/files/patch-Makefile32
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
+