summaryrefslogtreecommitdiff
path: root/irc/irssi/files/patch-af
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2000-05-23 21:55:21 +0000
committerWill Andrews <will@FreeBSD.org>2000-05-23 21:55:21 +0000
commit7001c025d0eeda612dd55c89ca568d7e770a2b47 (patch)
tree11b825d83c0b3f3cf75a2bd0b9fce20b7edb0b21 /irc/irssi/files/patch-af
parentFix stupid LIB_DEPENDS mistake (libsearch.3 vs. search.3). (diff)
Update to 0.7.28-3. As usual, this is a "I'm grateful to you, Jim!"
commit. (Of course I have to fix all his stuff anyway. ;-) First diff submitted by: jim (MAINATAINER) Gmake-related crap fixed by: will (the added patch)
Notes
Notes: svn path=/head/; revision=28717
Diffstat (limited to 'irc/irssi/files/patch-af')
-rw-r--r--irc/irssi/files/patch-af11
1 files changed, 11 insertions, 0 deletions
diff --git a/irc/irssi/files/patch-af b/irc/irssi/files/patch-af
new file mode 100644
index 000000000000..80203aeade03
--- /dev/null
+++ b/irc/irssi/files/patch-af
@@ -0,0 +1,11 @@
+--- plugins/perl/Makefile.in Sat Mar 11 15:10:46 2000
++++ plugins/perl/Makefile.in.new Fri May 19 20:36:24 2000
+@@ -240,7 +240,7 @@
+ cd xs && if [ ! -f Makefile ]; then $(perlpath) Makefile.PL; fi && $(MAKE) && cd ..
+
+ install-exec-local:
+- cd xs && make install && cd ..
++ ${MAKE} -C xs install
+
+ # 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.