diff options
author | stas <stas@FreeBSD.org> | 2007-04-05 17:19:13 +0800 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2007-04-05 17:19:13 +0800 |
commit | cb91485b1cb83036f298488e325e5ebabccb5540 (patch) | |
tree | 12d6b876f4533908053af915dd3c68a792679c48 /devel/oniguruma | |
parent | c5b32d9cbab9815548b4c855a76c76fcba68d270 (diff) | |
download | freebsd-ports-gnome-cb91485b1cb83036f298488e325e5ebabccb5540.tar.gz freebsd-ports-gnome-cb91485b1cb83036f298488e325e5ebabccb5540.tar.zst freebsd-ports-gnome-cb91485b1cb83036f298488e325e5ebabccb5540.zip |
- Add patch, forgotten in the previos commit.
Reported by: many
Still having a bad day: me
Diffstat (limited to 'devel/oniguruma')
-rw-r--r-- | devel/oniguruma/files/patch-Makefile.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/devel/oniguruma/files/patch-Makefile.in b/devel/oniguruma/files/patch-Makefile.in new file mode 100644 index 000000000000..6633971ca861 --- /dev/null +++ b/devel/oniguruma/files/patch-Makefile.in @@ -0,0 +1,12 @@ +--- Makefile.in.orig Thu Apr 5 13:12:00 2007 ++++ Makefile.in Thu Apr 5 13:12:25 2007 +@@ -214,6 +214,9 @@ + 185: cpruby + patch -d $(RUBYDIR) -p0 < $(srcdir)/ruby185.patch + ++186: cpruby ++ patch -d $(RUBYDIR) -p0 < $(srcdir)/ruby186.patch ++ + 18: 185 + + # backup file suffix |