summaryrefslogtreecommitdiff
path: root/www/swish++
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2002-04-16 20:14:40 +0000
committerPatrick Li <pat@FreeBSD.org>2002-04-16 20:14:40 +0000
commitde79e5a144cc726abc9e75ba05ba51b4fe96e6e9 (patch)
tree4753a195f2710f63c8cd0e1ad50f6f84c541bfef /www/swish++
parentNow using files from www/jakarta-tomcat4. (diff)
Dont hardcode path to perl
PR: 37150 Submitted by: maintainer Reported by: bento
Notes
Notes: svn path=/head/; revision=57773
Diffstat (limited to 'www/swish++')
-rw-r--r--www/swish++/files/patch-config::config.mk13
1 files changed, 11 insertions, 2 deletions
diff --git a/www/swish++/files/patch-config::config.mk b/www/swish++/files/patch-config::config.mk
index 21c60f028185..00440889a135 100644
--- a/www/swish++/files/patch-config::config.mk
+++ b/www/swish++/files/patch-config::config.mk
@@ -1,5 +1,5 @@
---- config/config.mk.orig Sun Apr 7 00:04:51 2002
-+++ config/config.mk Sun Apr 7 00:07:14 2002
+--- config/config.mk.orig Wed Feb 6 08:53:53 2002
++++ config/config.mk Tue Apr 16 17:46:26 2002
@@ -35,8 +35,8 @@
#
###############################################################################
@@ -19,6 +19,15 @@
else
PTHREAD_LIB:= -lpthread
endif
+@@ -118,7 +117,7 @@
+ # The command to remove files recursively and ignore errors;
+ # usually "rm -fr" for Unix or "erase" for Windows.
+
+-PERL:= /usr/local/bin/perl
++#PERL:= /usr/local/bin/perl
+ # The full path to the Perl 5 executable; usually "/bin/perl" or
+ # "/usr/local/bin/perl" for Unix or "\Perl\bin\perl" for
+ # Windows. You need this only if you intend on using
@@ -152,7 +151,7 @@
ifdef DEBUG
OPTIM:= -g