Ticket #37532: Portfile.diff
File Portfile.diff, 779 bytes (added by howarth@…, 12 years ago) |
---|
-
Portfile
old new 3 3 4 4 name blt 5 5 version 2.4z 6 revision 46 revision 5 7 7 categories x11 8 8 license MIT 9 9 maintainers markd … … 23 23 port:tcl \ 24 24 port:tk 25 25 26 configure.cflags "-O3 -fno-common "26 configure.cflags "-O3 -fno-common -DUSE_INTERP_RESULT" 27 27 28 28 configure.args --exec_prefix=${prefix} \ 29 29 --bindir=${prefix}/bin \ … … 45 45 patch-demos-Makefile.in \ 46 46 blt-2.4z-tcl8.5-fix.patch \ 47 47 blt2.4z-noexactversion.patch \ 48 blt-x86_64.patch 48 blt-x86_64.patch \ 49 patch-tk8.6 49 50 50 51 post-patch { 51 52 reinplace "s|__DESTROOT__|${destroot}|g" \