[96343] trunk/dports/net/libfetch
afb at macports.org
afb at macports.org
Tue Aug 7 08:33:09 PDT 2012
Revision: 96343
https://trac.macports.org/changeset/96343
Author: afb at macports.org
Date: 2012-08-07 08:33:08 -0700 (Tue, 07 Aug 2012)
Log Message:
-----------
libfetch: remove __unused define (#35566)
Modified Paths:
--------------
trunk/dports/net/libfetch/Portfile
trunk/dports/net/libfetch/files/patch-Makefile
Modified: trunk/dports/net/libfetch/Portfile
===================================================================
--- trunk/dports/net/libfetch/Portfile 2012-08-07 14:44:00 UTC (rev 96342)
+++ trunk/dports/net/libfetch/Portfile 2012-08-07 15:33:08 UTC (rev 96343)
@@ -4,7 +4,7 @@
name libfetch
version 7.4.0-RELEASE
-revision 1
+revision 2
categories net
maintainers afb
description FreeBSD file fetching library
Modified: trunk/dports/net/libfetch/files/patch-Makefile
===================================================================
--- trunk/dports/net/libfetch/files/patch-Makefile 2012-08-07 14:44:00 UTC (rev 96342)
+++ trunk/dports/net/libfetch/files/patch-Makefile 2012-08-07 15:33:08 UTC (rev 96343)
@@ -6,7 +6,7 @@
LIB= fetch
-CFLAGS+= -I.
+CFLAGS+= -no-cpp-precomp -fno-common -I.
-+CFLAGS+= -D__FBSDID=__RCSID -D__unused=__attribute__\(\(__unused__\)\)
++CFLAGS+= -D__FBSDID=__RCSID
SRCS= fetch.c common.c ftp.c http.c file.c \
ftperr.h httperr.h
INCS= fetch.h
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120807/ce3e56c9/attachment.html>
More information about the macports-changes
mailing list