[144749] trunk/dports/graphics/pdf2djvu/Portfile

devans at macports.org devans at macports.org
Sat Jan 16 23:30:28 PST 2016


Revision: 144749
          https://trac.macports.org/changeset/144749
Author:   devans at macports.org
Date:     2016-01-16 23:30:28 -0800 (Sat, 16 Jan 2016)
Log Message:
-----------
pdf2djvu: explicitly configure to build with system libuuid, overriding pkg-config, preventing linking with ossp-uuid if it is installed, increment revision.

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

Modified: trunk/dports/graphics/pdf2djvu/Portfile
===================================================================
--- trunk/dports/graphics/pdf2djvu/Portfile	2016-01-17 06:56:59 UTC (rev 144748)
+++ trunk/dports/graphics/pdf2djvu/Portfile	2016-01-17 07:30:28 UTC (rev 144749)
@@ -5,7 +5,7 @@
 
 name                pdf2djvu
 version             0.9.3
-revision            1
+revision            2
 categories          graphics textproc
 platforms           darwin
 license             GPL-2
@@ -38,6 +38,13 @@
  
 #Openmp is anyway not detected with llvm-gcc or clang, and breaks compilation with
 #gcc42 on SL (ticket #38184)
+
+# explicitly configure to build with system libuuid, overriding pkg-config
+# this prevents linking with ossp-uuid if it is installed
+configure.env-append \
+                    LIBUUID_CFLAGS=-I/usr/include/uuid/uuid.h \
+                    LIBUUID_LIBS=' '
+
 configure.args-append   --disable-openmp
 
 configure.universal_args-delete \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160116/640abb6c/attachment.html>


More information about the macports-changes mailing list