[82644] trunk/dports/devel/libtar/files/patch-lib-Makefile.in

ryandesign at macports.org ryandesign at macports.org
Wed Aug 17 07:36:08 PDT 2011


Revision: 82644
          http://trac.macports.org/changeset/82644
Author:   ryandesign at macports.org
Date:     2011-08-17 07:36:06 -0700 (Wed, 17 Aug 2011)
Log Message:
-----------
libtar: build for the correct architectures

Modified Paths:
--------------
    trunk/dports/devel/libtar/files/patch-lib-Makefile.in

Modified: trunk/dports/devel/libtar/files/patch-lib-Makefile.in
===================================================================
--- trunk/dports/devel/libtar/files/patch-lib-Makefile.in	2011-08-17 11:12:06 UTC (rev 82643)
+++ trunk/dports/devel/libtar/files/patch-lib-Makefile.in	2011-08-17 14:36:06 UTC (rev 82644)
@@ -4,7 +4,7 @@
  libtar.a: ${LIBTAR_OBJS} ${LIBOBJS}
  	${AR} rc libtar.a ${LIBTAR_OBJS} ${LIBOBJS}
  	${RANLIB} libtar.a
-+	${CC} ${LIBTAR_OBJS} ${LIBOBJS} -dynamiclib \
++	${CC} ${CFLAGS} ${LIBTAR_OBJS} ${LIBOBJS} -dynamiclib \
 +		-o libtar.${PACKAGE_VERSION}.dylib \
 +		-install_name ${libdir}/libtar.${PACKAGE_VERSION}.dylib \
 +		-current_version ${PACKAGE_VERSION}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110817/663cd98e/attachment.html>


More information about the macports-changes mailing list