Changeset 79195
- Timestamp:
- 06/04/11 17:21:33 (4 years ago)
- Location:
- trunk/dports/devel
- Files:
-
- 2 edited
-
glib2-devel/Portfile (modified) (2 diffs)
-
glib2/Portfile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/devel/glib2-devel/Portfile
r78976 r79195 42 42 patch-gio_gdbusprivate.c.diff 43 43 44 depends_build port:pkgconfig \ 45 port:dbus 44 depends_build port:dbus 46 45 47 46 depends_lib port:gettext \ … … 68 67 69 68 configure.perl ${prefix}/bin/perl 70 configure.env-append PERL_PATH=${configure.perl} 69 configure.env-append PERL_PATH=${configure.perl} \ 70 PKG_CONFIG=false \ 71 ZLIB_CFLAGS="-I${prefix}/lib" \ 72 ZLIB_LIBS="-L${prefix}/lib -lz" \ 73 DBUS1_CFLAGS="-I${prefix}/include/dbus-1.0 -I${prefix}/lib/dbus-1.0/include" \ 74 DBUS1_LIBS="-L${prefix}/lib -ldbus-1 -lpthread" 75 76 pre-configure { 77 set libffi_version [exec sed -n {s/Version: //p} ${prefix}/lib/pkgconfig/libffi.pc] 78 configure.env-append LIBFFI_CFLAGS="-I${prefix}/lib/libffi-${libffi_version}/include" \ 79 LIBFFI_LIBS="-L${prefix}/lib -lffi" 80 } 71 81 72 82 post-patch { -
trunk/dports/devel/glib2/Portfile
r78750 r79195 41 41 patch-gio_gdbusprivate.c.diff 42 42 43 depends_build port:pkgconfig \ 44 port:dbus 43 depends_build port:dbus 45 44 46 45 depends_lib port:gettext \ … … 65 64 66 65 configure.perl ${prefix}/bin/perl 67 configure.env-append PERL_PATH=${configure.perl} 66 configure.env-append PERL_PATH=${configure.perl} \ 67 PKG_CONFIG=false \ 68 ZLIB_CFLAGS="-I${prefix}/lib" \ 69 ZLIB_LIBS="-L${prefix}/lib -lz" \ 70 DBUS1_CFLAGS="-I${prefix}/include/dbus-1.0 -I${prefix}/lib/dbus-1.0/include" \ 71 DBUS1_LIBS="-L${prefix}/lib -ldbus-1 -lpthread" 68 72 69 73 post-patch {
Note: See TracChangeset
for help on using the changeset viewer.

