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

cal at macports.org cal at macports.org
Wed Jul 17 03:57:43 PDT 2013


Revision: 108259
          https://trac.macports.org/changeset/108259
Author:   cal at macports.org
Date:     2013-07-17 03:57:43 -0700 (Wed, 17 Jul 2013)
Log Message:
-----------
pextlib1.0/Makefile: fix indentation, only link against registry.dylib on Apple platforms

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

Modified: trunk/base/src/pextlib1.0/Makefile.in
===================================================================
--- trunk/base/src/pextlib1.0/Makefile.in	2013-07-17 10:54:49 UTC (rev 108258)
+++ trunk/base/src/pextlib1.0/Makefile.in	2013-07-17 10:57:43 UTC (rev 108259)
@@ -5,7 +5,7 @@
 	tracelib.o tty.o readdir.o pipe.o flock.o system.o \
 	mktemp.o realpath.o
 ifneq (@ac_cv_func_strlcat@,yes)
-	OBJS+=strlcat.o
+OBJS+=strlcat.o
 endif
 
 SHLIB_NAME= Pextlib${SHLIB_SUFFIX}
@@ -15,13 +15,13 @@
 include ../../Mk/macports.tea.mk
 
 CFLAGS+= ${CURL_CFLAGS} ${MD5_CFLAGS} ${READLINE_CFLAGS}
-LIBS+= ${CURL_LIBS} ${MD5_LIBS} ${READLINE_LIBS} ../registry2.0/registry${SHLIB_SUFFIX}
+LIBS+= ${CURL_LIBS} ${MD5_LIBS} ${READLINE_LIBS}
 ifeq ($(shell uname), Darwin)
-	SHLIB_LDFLAGS+= -install_name ${datadir}/macports/Tcl/pextlib1.0/${SHLIB_NAME}
+LIBS+= ../registry2.0/registry${SHLIB_SUFFIX}
+SHLIB_LDFLAGS+= -install_name ${datadir}/macports/Tcl/pextlib1.0/${SHLIB_NAME}
+${SHLIB_NAME}: ../registry2.0/registry${SHLIB_SUFFIX}
 endif
 
-${SHLIB_NAME}: ../registry2.0/registry${SHLIB_SUFFIX}
-
 .PHONY: test
 
 test:: ${SHLIB_NAME}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130717/b23e8549/attachment-0001.html>


More information about the macports-changes mailing list