Ticket #10944: Portfile.diff
File Portfile.diff, 723 bytes (added by ecronin (Eric Cronin), 18 years ago) |
---|
-
Portfile
old new 31 31 32 32 patchfiles patch-configure patch-libsmb_clikrb5.c 33 33 34 configure.env CFLAGS= -I${prefix}/include\34 configure.env CFLAGS="-I${prefix}/include -fno-common" \ 35 35 CPPFLAGS="-I${prefix}/include -DHAVE_STRUCT_TIMESPEC" \ 36 36 LDFLAGS=-L${prefix}/lib 37 37 configure.args --with-mandir=${prefix}/share/man \ … … 45 45 --without-readline \ 46 46 --enable-cups 47 47 48 post-patch { 49 reinplace "s|-bundle|-dynamiclib|g" ${worksrcpath}/configure 50 } 51 48 52 platform darwin 8 { 49 53 patchfiles-append patch-darwin8-lib-system.c 50 54 configure.env-append CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0