mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
- separate the former master port libapreq2 from p5-libapreq2 - become maintainer for www/p5-libapreq2 Tests for dependend ports where OK. Approved by: culot (mentor), ohauer (apache@)
11 lines
267 B
Text
11 lines
267 B
Text
--- library/Makefile.in.orig
|
|
+++ library/Makefile.in
|
|
@@ -133,7 +133,7 @@
|
|
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
|
LDFLAGS = @LDFLAGS@
|
|
LIBOBJS = @LIBOBJS@
|
|
-LIBS = @LIBS@
|
|
+LIBS = @LIBS@ -L$(prefix)
|
|
LIBTOOL = @LIBTOOL@
|
|
LN_S = @LN_S@
|
|
LTLIBOBJS = @LTLIBOBJS@
|