[24919] trunk/dports/net/curl

source_changes at macosforge.org source_changes at macosforge.org
Tue May 8 00:54:39 PDT 2007


Revision: 24919
          http://trac.macosforge.org/projects/macports/changeset/24919
Author:   landonf at macports.org
Date:     2007-05-08 00:54:38 -0700 (Tue, 08 May 2007)

Log Message:
-----------
This patch is no longer needed, and getting rid of it fixes these annoying warnings when compiling my software against libcurl:
/usr/bin/ld: warning -L: directory name (/lib) does not exist

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

Removed Paths:
-------------
    trunk/dports/net/curl/files/

Modified: trunk/dports/net/curl/Portfile
===================================================================
--- trunk/dports/net/curl/Portfile	2007-05-08 07:21:35 UTC (rev 24918)
+++ trunk/dports/net/curl/Portfile	2007-05-08 07:54:38 UTC (rev 24919)
@@ -24,11 +24,10 @@
                 rmd160 8251efba8f4bde512b7cf68ad0acb5efb4302d9b
 use_bzip2       yes
 
-patchfiles      patch-configure
-
 configure.args  --disable-ipv6 \
                 --without-libidn \
                 --without-libssh2 \
+                --with-zlib=${prefix} \
                 --mandir=${prefix}/share/man
 configure.env   PKG_CONFIG_PATH=${prefix}
 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070508/9d1bf668/attachment.html


More information about the macports-changes mailing list