[116256] trunk/dports/graphics/poppler/Portfile

nicos at macports.org nicos at macports.org
Thu Jan 23 04:20:28 PST 2014


Revision: 116256
          https://trac.macports.org/changeset/116256
Author:   nicos at macports.org
Date:     2014-01-23 04:20:28 -0800 (Thu, 23 Jan 2014)
Log Message:
-----------
poppler-qt4-mac: fixing build to properly display pdfs in dependents (ticket #38350)

Modified Paths:
--------------
    trunk/dports/graphics/poppler/Portfile

Modified: trunk/dports/graphics/poppler/Portfile
===================================================================
--- trunk/dports/graphics/poppler/Portfile	2014-01-23 04:37:04 UTC (rev 116255)
+++ trunk/dports/graphics/poppler/Portfile	2014-01-23 12:20:28 UTC (rev 116256)
@@ -80,10 +80,11 @@
 
 subport poppler-qt4-mac {
     PortGroup qt4 1.0
+    revision    1
+    
     depends_lib-append port:poppler
     configure.args-delete --disable-poppler-qt4
-    configure.args-append --disable-splash-output \
-                          --disable-cairo-output \
+    configure.args-append --disable-cairo-output \
                           --disable-poppler-glib \
                           --disable-poppler-cpp \
                           --disable-utils
@@ -93,10 +94,12 @@
         }
         delete ${destroot}${prefix}/include/poppler/fofi \
                ${destroot}${prefix}/include/poppler/goo \
+               ${destroot}${prefix}/include/poppler/splash \
                ${destroot}${prefix}/lib/libpoppler.44.dylib \
                ${destroot}${prefix}/lib/libpoppler.a \
                ${destroot}${prefix}/lib/libpoppler.dylib \
                ${destroot}${prefix}/lib/libpoppler.la \
+               ${destroot}${prefix}/lib/pkgconfig/poppler-splash.pc \
                ${destroot}${prefix}/lib/pkgconfig/poppler.pc
     }
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140123/978f372c/attachment.html>


More information about the macports-changes mailing list