[152740] trunk/dports/net/aria2/Portfile

mps at macports.org mps at macports.org
Thu Sep 15 14:43:07 PDT 2016


Revision: 152740
          https://trac.macports.org/changeset/152740
Author:   mps at macports.org
Date:     2016-09-15 14:43:07 -0700 (Thu, 15 Sep 2016)
Log Message:
-----------
aria2: clean up configure.cxxflags-append and configure.ldflags-append.

Modified Paths:
--------------
    trunk/dports/net/aria2/Portfile

Modified: trunk/dports/net/aria2/Portfile
===================================================================
--- trunk/dports/net/aria2/Portfile	2016-09-15 20:32:24 UTC (rev 152739)
+++ trunk/dports/net/aria2/Portfile	2016-09-15 21:43:07 UTC (rev 152740)
@@ -28,8 +28,8 @@
 # Alternatively, depends_*-append could be used.
 use_autoreconf      yes
 
-configure.cxxflags-append "-I${prefix}/include/libxml2"
-configure.ldflags-append  "-L${prefix}/lib -lintl"
+configure.cxxflags-append -I${prefix}/include/libxml2
+configure.ldflags-append  -lintl
 configure.args      --with-gnutls --with-libgnutls-prefix=${prefix} \
                     --with-libiconv-prefix=${prefix} \
                     --with-libintl-prefix=${prefix} \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160915/eef91611/attachment.html>


More information about the macports-changes mailing list