[115356] trunk/dports/graphics/libopenraw

jeremyhu at macports.org jeremyhu at macports.org
Tue Dec 31 13:49:16 PST 2013


Revision: 115356
          https://trac.macports.org/changeset/115356
Author:   jeremyhu at macports.org
Date:     2013-12-31 13:49:15 -0800 (Tue, 31 Dec 2013)
Log Message:
-----------
libopenraw: Build fix for non-default C++ runtimes

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

Added Paths:
-----------
    trunk/dports/graphics/libopenraw/files/patch-Makefile.am.diff

Removed Paths:
-------------
    trunk/dports/graphics/libopenraw/files/patch-Makefile.in.diff

Modified: trunk/dports/graphics/libopenraw/Portfile
===================================================================
--- trunk/dports/graphics/libopenraw/Portfile	2013-12-31 21:44:25 UTC (rev 115355)
+++ trunk/dports/graphics/libopenraw/Portfile	2013-12-31 21:49:15 UTC (rev 115356)
@@ -5,7 +5,7 @@
 
 name            libopenraw
 version         0.0.9
-revision        4
+revision        5
 categories      graphics
 license         LGPL-3+
 maintainers     devans openmaintainer
@@ -27,7 +27,7 @@
 
 use_bzip2       yes
 
-patchfiles      patch-Makefile.in.diff
+patchfiles      patch-Makefile.am.diff
 
 depends_build   port:pkgconfig
 
@@ -37,6 +37,10 @@
                 port:boost \
                 port:jpeg
 
+# Teach glibtool about -stdlib=libc++
+use_autoreconf  yes
+autoreconf.args -fvi
+
 configure.args  --with-boost=${prefix}
 
 variant no_gnome description {Build without GNOME/GTK2 support}  {

Copied: trunk/dports/graphics/libopenraw/files/patch-Makefile.am.diff (from rev 115354, trunk/dports/graphics/libopenraw/files/patch-Makefile.in.diff)
===================================================================
--- trunk/dports/graphics/libopenraw/files/patch-Makefile.am.diff	                        (rev 0)
+++ trunk/dports/graphics/libopenraw/files/patch-Makefile.am.diff	2013-12-31 21:49:15 UTC (rev 115356)
@@ -0,0 +1,10 @@
+--- Makefile.am.orig	2013-12-31 13:45:27.000000000 -0800
++++ Makefile.am	2013-12-31 13:45:49.000000000 -0800
+@@ -1,6 +1,6 @@
+ ACLOCAL_AMFLAGS = -I m4
+ 
+-SUBDIRS = lib gnome doc test testsuite demo tools include
++SUBDIRS = lib gnome doc test tools include
+ 
+ dox:
+ 	make -C doc dox

Deleted: trunk/dports/graphics/libopenraw/files/patch-Makefile.in.diff
===================================================================
--- trunk/dports/graphics/libopenraw/files/patch-Makefile.in.diff	2013-12-31 21:44:25 UTC (rev 115355)
+++ trunk/dports/graphics/libopenraw/files/patch-Makefile.in.diff	2013-12-31 21:49:15 UTC (rev 115356)
@@ -1,11 +0,0 @@
---- Makefile.in.orig	2011-11-13 13:04:00.000000000 -0800
-+++ Makefile.in	2011-11-13 20:23:10.000000000 -0800
-@@ -259,7 +259,7 @@
- top_builddir = @top_builddir@
- top_srcdir = @top_srcdir@
- ACLOCAL_AMFLAGS = -I m4
--SUBDIRS = lib gnome doc test testsuite demo tools include
-+SUBDIRS = lib gnome doc test tools include
- all: config.h
- 	$(MAKE) $(AM_MAKEFLAGS) all-recursive
- 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131231/5a3f3faa/attachment.html>


More information about the macports-changes mailing list