Ticket #7833: dylib.patch
File dylib.patch, 990 bytes (added by vincent-opdarw@…, 19 years ago) |
---|
-
Portfile
2 2 PortSystem 1.0 3 3 name gconf 4 4 version 2.12.1 5 revision 1 5 6 description GConf is a configuration database system. 6 7 long_description GConf is a configuration database system, \ 7 8 functionally similar to the Windows registry \ … … 30 31 destroot.keepdirs ${destroot}/${prefix}/etc/gconf/gconf.xml.mandatory ${destroot}/${prefix}/etc/gconf/gconf.xml.defaults 31 32 } 32 33 34 # See GNOME bug 172971 - http://bugzilla.gnome.org/show_bug.cgi?id=172971 35 post-destroot { 36 cd ${destroot}/${prefix}/lib/GConf/2 37 system "ln -s libgconfbackend-evoldap.so libgconfbackend-evoldap.dylib" 38 system "ln -s libgconfbackend-oldxml.so libgconfbackend-oldxml.dylib" 39 system "ln -s libgconfbackend-xml.so libgconfbackend-xml.dylib" 40 } 41 33 42 platform darwin 7 { configure.env-append CFLAGS="-DBIND_8_COMPAT=1" } 34 43 35 44 variant use-sys-deps {