diff options
author | joerg <joerg@pkgsrc.org> | 2014-12-11 22:16:00 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2014-12-11 22:16:00 +0000 |
commit | af0fce98be11e116e5cc60e69c629e21a95e7ed6 (patch) | |
tree | 8e02c2df23c744038dfde6a101cf1b1cac84d697 /textproc/groonga | |
parent | b5634f0dd420395bdfb1593fa2eec2c3861b543e (diff) | |
download | pkgsrc-af0fce98be11e116e5cc60e69c629e21a95e7ed6.tar.gz |
Fix gmakeism.
Diffstat (limited to 'textproc/groonga')
-rw-r--r-- | textproc/groonga/distinfo | 3 | ||||
-rw-r--r-- | textproc/groonga/patches/patch-vendor_onigmo-source_Makefile.in | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/textproc/groonga/distinfo b/textproc/groonga/distinfo index c58b291d6fb..71828eee9ab 100644 --- a/textproc/groonga/distinfo +++ b/textproc/groonga/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.33 2014/12/03 08:47:11 obache Exp $ +$NetBSD: distinfo,v 1.34 2014/12/11 22:16:00 joerg Exp $ SHA1 (groonga-4.0.8.tar.gz) = 894bf426c79aaab6e3b1f19811db4634aecdc4c2 RMD160 (groonga-4.0.8.tar.gz) = ec9317049a5ef468ac66a2da93f2352ba6a20e8e Size (groonga-4.0.8.tar.gz) = 11343571 bytes SHA1 (patch-lib_grn.h) = 8d1c150fa96dd19fe9092d61ce9e82b425049251 +SHA1 (patch-vendor_onigmo-source_Makefile.in) = 4e1304cd351c8c656d3bd5baa21ce0478e4c74a3 diff --git a/textproc/groonga/patches/patch-vendor_onigmo-source_Makefile.in b/textproc/groonga/patches/patch-vendor_onigmo-source_Makefile.in new file mode 100644 index 00000000000..22f57d416ed --- /dev/null +++ b/textproc/groonga/patches/patch-vendor_onigmo-source_Makefile.in @@ -0,0 +1,13 @@ +$NetBSD: patch-vendor_onigmo-source_Makefile.in,v 1.1 2014/12/11 22:16:00 joerg Exp $ + +--- vendor/onigmo-source/Makefile.in.orig 2014-12-11 20:49:27.000000000 +0000 ++++ vendor/onigmo-source/Makefile.in +@@ -1428,7 +1428,7 @@ uninstall-am: uninstall-binSCRIPTS unins + onig-config: onig-config.in + + oniguruma.pc: $(srcdir)/oniguruma.pc.in Makefile +- $(do_subst) < $(<) > $(@) ++ $(do_subst) < $(srcdir)/oniguruma.pc.in > $(@) + + dll: + $(CXX) -shared -Wl,--output-def,libonig.def -o libonig.dll *.o \ |