[97560] trunk/dports/gnome/drivel/Portfile

devans at macports.org devans at macports.org
Sun Sep 9 02:04:04 PDT 2012


Revision: 97560
          https://trac.macports.org/changeset/97560
Author:   devans at macports.org
Date:     2012-09-09 02:04:01 -0700 (Sun, 09 Sep 2012)
Log Message:
-----------
drivel: increment revision to ensure build against libpng15, don't use clang.

Modified Paths:
--------------
    trunk/dports/gnome/drivel/Portfile

Modified: trunk/dports/gnome/drivel/Portfile
===================================================================
--- trunk/dports/gnome/drivel/Portfile	2012-09-09 07:37:39 UTC (rev 97559)
+++ trunk/dports/gnome/drivel/Portfile	2012-09-09 09:04:01 UTC (rev 97560)
@@ -5,6 +5,7 @@
 
 name		drivel
 version		3.0.3
+revision        1
 license         GPL-2+ GFDL-1.3
 description	Drivel is a GNOME client for working with online journals, weblogs or just blogs.
 long_description \
@@ -31,6 +32,10 @@
                 port:gtksourceview2 \
                 port:gnome-vfs
 
+if {${configure.compiler} == "clang"} {
+    configure.compiler llvm-gcc-4.2
+}
+
 configure.args  --disable-mime-update \
                 --disable-desktop-update \
                 --disable-schemas-install
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120909/91a9e83b/attachment-0001.html>


More information about the macports-changes mailing list