Ticket #21103: sqsh.diff
File sqsh.diff, 476 bytes (added by meissnem@…, 15 years ago) |
---|
-
Portfile
old new 22 22 23 23 depends_lib port:readline port:freetds 24 24 25 post-patch { 26 reinplace "s|LDFLAGS =|LDFLAGS = @LDFLAGS@|g" ${worksrcpath}/src/Makefile.in 27 } 28 25 29 configure.env SYBASE=${prefix} CPPFLAGS=-I${prefix}/include/freetds INCDIRS=${prefix}/include LIBDIRS=${prefix}/lib 26 30 configure.args --with-readline --mandir=${prefix}/share/man 27 31