Ticket #30794: fizmo-archs.diff
File fizmo-archs.diff, 957 bytes (added by ryandesign (Ryan Carsten Schmidt), 13 years ago) |
---|
-
Portfile
4 4 5 5 name fizmo 6 6 version 0.6.10 7 revision 1 7 8 categories games 8 9 maintainers spellbreaker.org:Christoph.Ender 9 10 description Console-based Z-Machine interpreter for Infocom games. … … 39 40 reinplace "s|LIBXML2_INC_DIR = /usr/include/libxml2|LIBXML2_INC_DIR = \$(DEFAULT_PREFIX)/include/libxml2|g" ${worksrcpath}/config.macports.mk 40 41 reinplace "s|LIBXML2_LIB_DIR = /usr/lib|LIBXML2_LIB_DIR = \$(DEFAULT_PREFIX)/lib|g" ${worksrcpath}/config.macports.mk 41 42 } 43 42 44 use_configure no 43 build.args CONFIG_FILE=config.macports.mk44 45 46 build.args CONFIG_FILE=config.macports.mk \ 47 CC="${configure.cc} [get_canonical_archflags]" 48 49 destroot.args CC="${configure.cc} [get_canonical_archflags]"