Ticket #14203: ossp_uuid_move.diff
File ossp_uuid_move.diff, 1.1 KB (added by danielluke (Daniel J. Luke), 17 years ago) |
---|
-
devel/ossp-uuid/Portfile
4 4 5 5 name ossp-uuid 6 6 version 1.6.0 7 revision 17 revision 2 8 8 categories devel 9 9 platforms darwin 10 10 maintainers nomaintainer … … 18 18 19 19 patchfiles patch-Makefile.in 20 20 21 configure.args --mandir=${prefix}/share/man --without-perl 21 configure.args --mandir=${prefix}/share/man --without-perl \ 22 --includedir=${prefix}/include/ossp-uuid 22 23 configure.cflags-append "-D_POSIX_C_SOURCE" 23 24 24 25 test.run yes -
databases/postgresql83/Portfile
49 49 --enable-thread-safety \ 50 50 --enable-integer-datetimes \ 51 51 --with-ossp-uuid 52 configure.cflags-append -I${prefix}/include 52 configure.cflags-append -I${prefix}/include -I${prefix}/include/ossp-uuid 53 53 54 54 build.type gnu 55 55 build.target