Ticket #31505: xorg-cf-files.diff
File xorg-cf-files.diff, 799 bytes (added by takanori@…, 13 years ago) |
---|
-
Portfile
5 5 6 6 name xorg-cf-files 7 7 version 1.0.4 8 revision 1 8 9 categories x11 devel 9 10 license X11 10 11 platforms darwin … … 24 25 sha1 c58b7252df481572ec1ccd77b9f1ab561ed89e45 \ 25 26 rmd160 975942e8974812aae91c45d81eb27522e5aa0a5d 26 27 28 # FIXME: clang produces broken darwin.cf file due to lack of configure.cpp. 29 if {${configure.compiler} == "clang"} { 30 configure.compiler llvm-gcc-4.2 31 } 32 27 33 post-configure { 28 34 #ensure that configuration files are found 29 35 reinplace "s|#define ConfigDir \$(LIBDIR)/config|#define ConfigDir ${prefix}/lib/X11/config|" ${worksrcpath}/X11.tmpl