summaryrefslogtreecommitdiff
path: root/devel/gtexinfo/patches
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2004-07-12 21:28:28 +0000
committerwiz <wiz@pkgsrc.org>2004-07-12 21:28:28 +0000
commit81db66560531858c1b1199015f11b94766716d1f (patch)
tree3259aaf3a5bdf3612e72654e41bef944062e5766 /devel/gtexinfo/patches
parent7cd0d7e53bbcce0ae0760e77ff648872b37d2c34 (diff)
downloadpkgsrc-81db66560531858c1b1199015f11b94766716d1f.tar.gz
Add patch so this does not depend on GNU make.
Diffstat (limited to 'devel/gtexinfo/patches')
-rw-r--r--devel/gtexinfo/patches/patch-aa13
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/gtexinfo/patches/patch-aa b/devel/gtexinfo/patches/patch-aa
new file mode 100644
index 00000000000..5bd9e1894f6
--- /dev/null
+++ b/devel/gtexinfo/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.12 2004/07/12 21:28:28 wiz Exp $
+
+--- util/Makefile.in.orig 2004-07-12 22:13:07.000000000 +0200
++++ util/Makefile.in
+@@ -559,7 +559,7 @@ uninstall-am: uninstall-binPROGRAMS unin
+ # we don't actually use version.texi in the rule, but it's one way of
+ # noticing when the version changes.
+ texinfo.cat: texinfo-cat.in $(top_srcdir)/doc/version.texi
+- sed 's/__VERSION__/@VERSION@/g' $< >$@
++ sed 's/__VERSION__/@VERSION@/g' $(srcdir)/texinfo-cat.in $(top_srcdir)/doc/version.texi >$@
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT: