Ticket #16411: Portfile.diff
File Portfile.diff, 398 bytes (added by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez), 16 years ago) |
---|
-
Portfile
old new 40 40 post-patch { 41 41 system "cd ${worksrcpath} && 42 42 tar zxf ${distpath}/droppatch.tar.gz" 43 44 reinplace "s|\\(.*\\)\\(\$(LDFLAGS)\\)\\(.*\\)\\(\$(LDLIBS)\\)\\(.*\\)|\\1\\4\\3\\2\\5|" ${worksrcpath}/makefile.cfg 43 45 } 44 46 45 47 configure.args --enable-shared --enable-static