[110729] trunk/dports/security/hydra/files/patch-configure.diff
cal at macports.org
cal at macports.org
Wed Sep 4 13:25:31 PDT 2013
Revision: 110729
https://trac.macports.org/changeset/110729
Author: cal at macports.org
Date: 2013-09-04 13:25:31 -0700 (Wed, 04 Sep 2013)
Log Message:
-----------
hydra: add comment and remove hardcoded /opt/local (which was not necessary, but just to avoid confusion)
Modified Paths:
--------------
trunk/dports/security/hydra/files/patch-configure.diff
Modified: trunk/dports/security/hydra/files/patch-configure.diff
===================================================================
--- trunk/dports/security/hydra/files/patch-configure.diff 2013-09-04 20:18:22 UTC (rev 110728)
+++ trunk/dports/security/hydra/files/patch-configure.diff 2013-09-04 20:25:31 UTC (rev 110729)
@@ -5,14 +5,14 @@
MANDIR=""
XHYDRA_SUPPORT=""
-LIBDIRS=`cat /etc/ld.so.conf /etc/ld.so.conf.d/* 2> /dev/null | grep -v '^#' | sort | uniq`
-+LIBDIRS="/opt/local/lib"
++LIBDIRS="@PREFIX@/lib" # this will be reinplaced
if [ "$SIXFOUR" = "64" ]; then
LIBDIRS="$LIBDIRS /lib64 /usr/lib64 /usr/local/lib64 /opt/local/lib64"
fi
-LIBDIRS="$LIBDIRS /lib /usr/lib /usr/local/lib /opt/local/lib"
-INCDIRS="/usr/include /usr/local/include /opt/include /opt/local/include"
-+LIBDIRS="/opt/local/lib"
-+INCDIRS="/opt/local/include"
++LIBDIRS="@PREFIX@/lib" # this will be reinplaced
++INCDIRS="@PREFIX@/include" # this will be reinplaced
STRIP="strip"
echo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130904/8c07efdd/attachment.html>
More information about the macports-changes
mailing list