Ticket #20241: Portfile.patch
File Portfile.patch, 1.1 KB (added by dh@…, 15 years ago) |
---|
-
Portfile
5 5 6 6 name qt4-mac 7 7 version 4.5.2 8 revision 1 8 9 categories aqua 9 10 platforms macosx 10 11 maintainers erickt gmail.com:clubjuggler openmaintainer … … 48 49 49 50 # --prefix is not recognized. 50 51 configure.pre_args-delete --prefix=${prefix} 51 # -I${prefix}/include and -L${prefix}/lib are set using environment variables. 52 # -I${prefix}/include and -L${prefix}/lib must be set in ${configure.args} 53 # or else some generated Makefiles will not seem them. 52 54 configure.cppflags 53 55 configure.ldflags 54 56 … … 75 77 -demosdir ${prefix}/share/${dirname}/demos \ 76 78 -system-sqlite \ 77 79 -openssl-linked \ 78 -dbus-linked 80 -dbus-linked \ 81 -L${prefix}/lib 79 82 80 83 lappend cpath ${prefix}/include 81 84 lappend library_path ${prefix}/lib