aboutsummaryrefslogtreecommitdiffstats
path: root/lang/gauche/files
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2005-02-20 22:52:28 +0800
committerpav <pav@FreeBSD.org>2005-02-20 22:52:28 +0800
commit8175c910f74eca2ee0a617cb6dedb592b2724c21 (patch)
tree807d2690e31de572cd71aab308d6da5e17452c6a /lang/gauche/files
parente7e14840dfd5c70fc2a5e5deee3d3dff9832348d (diff)
downloadfreebsd-ports-gnome-8175c910f74eca2ee0a617cb6dedb592b2724c21.tar.gz
freebsd-ports-gnome-8175c910f74eca2ee0a617cb6dedb592b2724c21.tar.zst
freebsd-ports-gnome-8175c910f74eca2ee0a617cb6dedb592b2724c21.zip
- create the .package dir (caused issues for gauche-gtk)
- disable the sxml stuff in default build (to avoid issues with textproc/gauche-sxml PR: ports/77542 Submitted by: Erik Greenwald <erik@smluc.org> (maintainer)
Diffstat (limited to 'lang/gauche/files')
-rw-r--r--lang/gauche/files/patch-ext_Makefile.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/gauche/files/patch-ext_Makefile.in b/lang/gauche/files/patch-ext_Makefile.in
new file mode 100644
index 000000000000..5472355b0718
--- /dev/null
+++ b/lang/gauche/files/patch-ext_Makefile.in
@@ -0,0 +1,11 @@
+--- ext/Makefile.in.orig Sat Feb 12 09:44:24 2005
++++ ext/Makefile.in Sat Feb 12 09:44:34 2005
+@@ -1,7 +1,7 @@
+
+ @SET_MAKE@
+ SUBDIRS= auxsys threads uvector charconv binary net termios \
+- fcntl sxml syslog dbm mt-random digest vport
++ fcntl syslog dbm mt-random digest vport
+
+ CONFIG_GENERATED = Makefile Makefile.ext
+