Ticket #26205: Portfile-makeicns.diff
File Portfile-makeicns.diff, 434 bytes (added by sewebster@…, 14 years ago) |
---|
-
Portfile
old new 29 29 30 30 use_configure no 31 31 32 platform darwin powerpc { 33 patchfiles-append patch-Makefile-ppc.diff 34 } 35 platform darwin i386 { 36 patchfiles-append patch-Makefile-i386.diff 37 } 38 32 39 build.target 33 40 build.env CC=${configure.cc} \ 34 41 CXX=${configure.cxx}