[84392] trunk/dports/www/privoxy/Portfile

mfeiri at macports.org mfeiri at macports.org
Sun Sep 25 03:59:13 PDT 2011


Revision: 84392
          http://trac.macports.org/changeset/84392
Author:   mfeiri at macports.org
Date:     2011-09-25 03:59:07 -0700 (Sun, 25 Sep 2011)
Log Message:
-----------
add workaround for bug 30345

Modified Paths:
--------------
    trunk/dports/www/privoxy/Portfile

Modified: trunk/dports/www/privoxy/Portfile
===================================================================
--- trunk/dports/www/privoxy/Portfile	2011-09-25 09:58:01 UTC (rev 84391)
+++ trunk/dports/www/privoxy/Portfile	2011-09-25 10:59:07 UTC (rev 84392)
@@ -57,6 +57,11 @@
 					--enable-dynamic-pcre \
 					--enable-zlib
 
+# work around bug 30345
+post-configure {
+    file delete ${workpath}/.CC_PRINT_OPTIONS
+}
+
 destroot.keepdirs	${destroot}${prefix}/var/log/privoxy \
 					${destroot}${prefix}/var/run
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110925/11eb89b9/attachment.html>


More information about the macports-changes mailing list