summaryrefslogtreecommitdiff
path: root/devel/swig/patches/patch-ab
diff options
context:
space:
mode:
authorwulf <wulf>2006-04-13 13:32:53 +0000
committerwulf <wulf>2006-04-13 13:32:53 +0000
commit74308d8fa3e4809723918f8cd47c89652efc251d (patch)
tree3125b2252eced02a4d52196d1486d603408be163 /devel/swig/patches/patch-ab
parentdf0c7be2973020759eaa000ff41e875720e50ada (diff)
downloadpkgsrc-74308d8fa3e4809723918f8cd47c89652efc251d.tar.gz
Updated swig to 1.3.29:
Addition of Lua, CLISP and Common Lisp with UFFI and CFFI Improvements to PHP4, C# and runtime type system Many new features and bug fixes
Diffstat (limited to 'devel/swig/patches/patch-ab')
-rw-r--r--devel/swig/patches/patch-ab14
1 files changed, 7 insertions, 7 deletions
diff --git a/devel/swig/patches/patch-ab b/devel/swig/patches/patch-ab
index ad49224960b..8f566f206d6 100644
--- a/devel/swig/patches/patch-ab
+++ b/devel/swig/patches/patch-ab
@@ -1,14 +1,14 @@
-$NetBSD: patch-ab,v 1.1 2006/01/12 17:35:15 wiz Exp $
+NetBSD: patch-ab,v 1.1 2006/01/12 17:35:15 wiz Exp $
---- Makefile.in.orig 2004-10-11 03:09:24.000000000 -0500
-+++ Makefile.in
-@@ -332,8 +332,8 @@ install-lib:
+--- Makefile.in.orig 2006-03-11 09:24:02.000000000 +1030
++++ Makefile.in 2006-04-12 09:25:27.000000000 +0930
+@@ -387,8 +387,9 @@
echo "Installing language specific files for $$lang"; \
dst=$(DESTDIR)$(SWIG_LIB)/$$lang; \
$(MKINSTDIRS) $$dst; \
-- (doti="`cd $(srcdir)/Lib/$$lang && ls *.i 2>/dev/null`"; \
-- dotswg="`cd $(srcdir)/Lib/$$lang && ls *.swg 2>/dev/null`"; \
-+ (doti="`cd $(srcdir)/Lib/$$lang && ls *.i 2>/dev/null`" || doti=""; \
++
+ (doti="`cd $(srcdir)/Lib/$$lang && ls *.i 2>/dev/null`" || doti=""; \
+- dotswg="`cd $(srcdir)/Lib/$$lang && ls *.swg 2>/dev/null`" || dotswg=""; \
+ dotswg="`cd $(srcdir)/Lib/$$lang && ls *.swg 2>/dev/null`" || dotswg=""; \
if [ -f $(srcdir)/Lib/$$lang/extra-install.list ]; then \
extra="`sed '/^#/d' $(srcdir)/Lib/$$lang/extra-install.list`"; \