[118000] trunk/dports/devel/gtkimageview

jeremyhu at macports.org jeremyhu at macports.org
Tue Mar 18 12:30:56 PDT 2014


Revision: 118000
          https://trac.macports.org/changeset/118000
Author:   jeremyhu at macports.org
Date:     2014-03-18 12:30:56 -0700 (Tue, 18 Mar 2014)
Log Message:
-----------
gtkimageview: Build fix

Modified Paths:
--------------
    trunk/dports/devel/gtkimageview/Portfile

Removed Paths:
-------------
    trunk/dports/devel/gtkimageview/files/

Modified: trunk/dports/devel/gtkimageview/Portfile
===================================================================
--- trunk/dports/devel/gtkimageview/Portfile	2014-03-18 19:29:55 UTC (rev 117999)
+++ trunk/dports/devel/gtkimageview/Portfile	2014-03-18 19:30:56 UTC (rev 118000)
@@ -23,7 +23,6 @@
                 sha1    a6c78744ba98441bca28c9d27bf89245517940db \
                 rmd160  0d9cfdf97cde57bba057d75600d1abb0eabfe063
 
-patchfiles      patch-Makefile.in.diff
 
 depends_build   port:pkgconfig \
                 port:gtk-doc
@@ -31,12 +30,15 @@
 depends_lib     port:gtk2
 
 post-patch {
-    # We can't use configure.cflags for this because they place their -Werror *after* them
     reinplace "s:-Werror:-Werror -Wno-error=unused-function:" \
-        ${worksrcpath}/configure.in \
-        ${worksrcpath}/configure
+        ${worksrcpath}/configure.in
+    reinplace "/SUBDIRS/s/tests//" \
+        ${worksrcpath}/Makefile.am
 }
 
+use_autoreconf  yes
+autoreconf.args -fvi
+
 livecheck.type  regex
 livecheck.url   http://pkgs.fedoraproject.org/repo/pkgs/${name}
 livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140318/cb6c8b0c/attachment.html>


More information about the macports-changes mailing list