Ticket #31504: imake.diff
File imake.diff, 623 bytes (added by takanori@…, 13 years ago) |
---|
-
Portfile
5 5 6 6 name imake 7 7 version 1.0.3 8 revision 1 8 9 categories x11 devel 9 10 license X11 10 11 installs_libs no … … 33 34 depends_run port:xorg-cf-files path:bin/perl:perl5 34 35 depends_build port:pkgconfig port:xorg-xproto 35 36 37 # FIXME: xmkmf (imake) doesn't work as expected with clang 38 if {${configure.compiler} == "clang"} { 39 configure.compiler llvm-gcc-4.2 40 } 41 36 42 configure.env-append HAS_PERL=yes RAWCPP=${configure.cpp} 37 43 38 44 post-configure {