[115346] trunk/dports/gnome/evince/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Tue Dec 31 11:31:30 PST 2013


Revision: 115346
          https://trac.macports.org/changeset/115346
Author:   jeremyhu at macports.org
Date:     2013-12-31 11:31:30 -0800 (Tue, 31 Dec 2013)
Log Message:
-----------
evince: autoreconf to get a glibtool that knows about -stdlib=libc++

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

Modified: trunk/dports/gnome/evince/Portfile
===================================================================
--- trunk/dports/gnome/evince/Portfile	2013-12-31 19:30:25 UTC (rev 115345)
+++ trunk/dports/gnome/evince/Portfile	2013-12-31 19:31:30 UTC (rev 115346)
@@ -5,6 +5,7 @@
 
 name            evince
 version         3.10.3
+revision        1
 license         GPL-2+
 set branch      [join [lrange [split ${version} .] 0 1] .]
 description     Evince is a document viewer for multiple document formats like pdf, and many others.
@@ -62,6 +63,10 @@
                 --enable-comics \
                 --enable-t1lib
 
+# Teach glibtool about -stdlib=libc++
+use_autoreconf  yes
+autoreconf.args -fvi
+
 variant djvu description {Support for djvu documents using djvulibre} {
     configure.args-replace --disable-djvu --enable-djvu
     depends_lib-append port:djvulibre
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131231/0fb4aec9/attachment.html>


More information about the macports-changes mailing list