Ticket #12352: xaos.diff
File xaos.diff, 1.3 KB (added by ryandesign (Ryan Carsten Schmidt), 17 years ago) |
---|
-
Portfile
3 3 PortSystem 1.0 4 4 5 5 name xaos 6 version 3. 1.26 version 3.2.3 7 7 categories graphics 8 8 maintainers nomaintainer@macports.org 9 9 homepage http://xaos.sourceforge.net/ … … 27 27 autopilot (for those of you without drivers licenses), palette \ 28 28 changing, GIF saving, and fractal inversion. 29 29 30 checksums md5 be908bc603461b76ba9628c9d4638852 30 checksums \ 31 md5 f1d9a9f3d2097906754b8824ba925e64 \ 32 sha1 6103c0acec869c70e948a55b7fd425f42cd41456 \ 33 rmd160 bd8bea41b4aeee94bbbd95e537563795b5610cd2 31 34 32 35 depends_lib \ 33 36 lib:libX11.6:XFree86 \ 34 lib:libpng.3:libpng 37 port:libpng \ 38 port:gettext 35 39 36 configure.env CFLAGS="-I${prefix}/include" LDFLAGS="-L${prefix}/lib"37 40 configure.args \ 38 --with-long-double=yes \39 --disable-nls \40 41 --mandir=${prefix}/share/man \ 41 42 --infodir=${prefix}/share/info 43 44 # This option is automatically on for Intel CPUs, and is a possible 45 # performance issue on other architectures. Does it help or hinder 46 # on PowerPC Macs? I don't know. 47 # --with-long-double=yes 48 49 # Why would we disable NLS? 50 # --disable-nls 51 52 build.env-append \ 53 CPPFLAGS=-I${prefix}/include