aboutsummaryrefslogtreecommitdiffstats
path: root/lang/sxm/files
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2002-01-01 14:59:34 +0800
committerijliao <ijliao@FreeBSD.org>2002-01-01 14:59:34 +0800
commit48fade09d693071d263d5ab3f3aa2b196799f0b3 (patch)
treea3f6158e1b3c772c65dd0e01ceaba4ae0bbbaa5d /lang/sxm/files
parente8afe9ffbadb28c380d92724cee698b2b0f2cc57 (diff)
downloadfreebsd-ports-gnome-48fade09d693071d263d5ab3f3aa2b196799f0b3.tar.gz
freebsd-ports-gnome-48fade09d693071d263d5ab3f3aa2b196799f0b3.tar.zst
freebsd-ports-gnome-48fade09d693071d263d5ab3f3aa2b196799f0b3.zip
upgrade to 1.1
drop maintainership
Diffstat (limited to 'lang/sxm/files')
-rw-r--r--lang/sxm/files/patch-Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/sxm/files/patch-Makefile b/lang/sxm/files/patch-Makefile
new file mode 100644
index 000000000000..d6b5c4d05ca5
--- /dev/null
+++ b/lang/sxm/files/patch-Makefile
@@ -0,0 +1,11 @@
+--- Makefile.orig Tue Jan 1 14:56:42 2002
++++ Makefile Tue Jan 1 14:57:17 2002
+@@ -20,7 +20,7 @@
+
+ INSTALL = install
+ CDEFS = CS=CS_ANSI $(CPPTABLES) SXMPATH=\"$(INSTALL_ROOT)$(bindir)/$(engine)\"
+-CFLAGS = -Wall -pedantic -O2 $(CDEFS:%=-D%)
++CFLAGS += $(CDEFS:%=-D%)
+
+ # destinations for installer
+ prefix=/usr/local