[31390] trunk/dports/graphics/icns-gimp

takanori at macports.org takanori at macports.org
Wed Nov 21 22:41:07 PST 2007


Revision: 31390
          http://trac.macosforge.org/projects/macports/changeset/31390
Author:   takanori at macports.org
Date:     2007-11-21 22:41:05 -0800 (Wed, 21 Nov 2007)

Log Message:
-----------
icns-gimp: minor fix in Makefile

Modified Paths:
--------------
    trunk/dports/graphics/icns-gimp/Portfile

Added Paths:
-----------
    trunk/dports/graphics/icns-gimp/files/
    trunk/dports/graphics/icns-gimp/files/patch-Makefile.diff

Modified: trunk/dports/graphics/icns-gimp/Portfile
===================================================================
--- trunk/dports/graphics/icns-gimp/Portfile	2007-11-22 05:59:09 UTC (rev 31389)
+++ trunk/dports/graphics/icns-gimp/Portfile	2007-11-22 06:41:05 UTC (rev 31390)
@@ -17,11 +17,12 @@
 homepage        http://leuksman.com/pages/icns
 platforms       darwin
 master_sites    sourceforge:gimp-mac-helper
+patchfiles      patch-Makefile.diff
 checksums       md5 e491775279b973db3cab06c7359855e8
 
 depends_lib     lib:libgimp-2.0:gimp2
 
-patch {
+post-patch {
     reinplace "s|/sw|${prefix}|g" ${worksrcpath}/Makefile
     reinplace "s|#define ICO_DBG||g" \
         ${worksrcpath}/icnsload.c

Added: trunk/dports/graphics/icns-gimp/files/patch-Makefile.diff
===================================================================
--- trunk/dports/graphics/icns-gimp/files/patch-Makefile.diff	                        (rev 0)
+++ trunk/dports/graphics/icns-gimp/files/patch-Makefile.diff	2007-11-22 06:41:05 UTC (rev 31390)
@@ -0,0 +1,11 @@
+--- Makefile.orig	2007-11-22 15:28:50.000000000 +0900
++++ Makefile	2007-11-22 15:34:36.000000000 +0900
+@@ -10,7 +10,7 @@
+ icnsload.o : icnsload.c icnsload.h icnsdata.h main.h
+ 	gcc $(CFLAGS) -c icnsload.c -o icnsload.o
+ 
+-icnsdata.c : icnsdata.h
++icnsdata.o : icnsdata.c icnsdata.h
+ 	gcc $(CFLAGS) -c icnsdata.c -o icnsdata.o
+ 
+ icnsload.h :

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071121/70a3833f/attachment.html


More information about the macports-changes mailing list