[118564] trunk/base/src/pextlib1.0/Makefile.in

cal at macports.org cal at macports.org
Fri Apr 4 16:05:16 PDT 2014


Revision: 118564
          https://trac.macports.org/changeset/118564
Author:   cal at macports.org
Date:     2014-04-04 16:05:15 -0700 (Fri, 04 Apr 2014)
Log Message:
-----------
base: fix library install name in pextlib1.0

Modified Paths:
--------------
    trunk/base/src/pextlib1.0/Makefile.in

Modified: trunk/base/src/pextlib1.0/Makefile.in
===================================================================
--- trunk/base/src/pextlib1.0/Makefile.in	2014-04-04 23:04:25 UTC (rev 118563)
+++ trunk/base/src/pextlib1.0/Makefile.in	2014-04-04 23:05:15 UTC (rev 118564)
@@ -22,7 +22,7 @@
 LIBS+= ${CURL_LIBS} ${MD5_LIBS} ${READLINE_LIBS}
 ifeq ($(shell uname), Darwin)
 LIBS+= ../registry2.0/registry${SHLIB_SUFFIX}
-SHLIB_LDFLAGS+= -install_name ${datadir}/macports/Tcl/pextlib1.0/${SHLIB_NAME}
+SHLIB_LDFLAGS+= -install_name ${TCL_PACKAGE_PATH}/pextlib1.0/${SHLIB_NAME}
 ${SHLIB_NAME}: ../registry2.0/registry${SHLIB_SUFFIX}
 endif
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140404/970dc072/attachment.html>


More information about the macports-changes mailing list