mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
- Remove unneeded USE_AUTOTOOLS and USES=gmake.
- Remove bogus patch that adds -L$(prefix). There are no libraries there.
This commit is contained in:
parent
7b85b686ee
commit
37ea47b83a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=458756
@ -13,16 +13,14 @@ COMMENT= Perl binding for the Generic Apache2 Request Library
|
||||
|
||||
LICENSE= APACHE20
|
||||
|
||||
USES= gmake libtool perl5
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-apache2-apxs=${APXS} \
|
||||
--with-expat=${LOCALBASE} \
|
||||
--enable-perl-glue --with-perl=${PERL}
|
||||
USES= libtool perl5
|
||||
USE_APACHE= 22+
|
||||
USE_PERL5= run
|
||||
USE_LDCONFIG= yes
|
||||
USE_AUTOTOOLS= autoconf
|
||||
CONFIGURE_ARGS+= --with-apache2-apxs=${APXS} \
|
||||
--with-expat=${LOCALBASE} \
|
||||
--enable-perl-glue --with-perl=${PERL}
|
||||
|
||||
MAKE_ENV+= MAKE=${GMAKE} ## MakeMaker blows it without this
|
||||
|
||||
BUILD_DEPENDS= libapreq2>0:www/libapreq2 \
|
||||
${APACHE_PKGNAMEPREFIX}mod_perl2>=0:www/mod_perl2 \
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- 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@
|
Loading…
Reference in New Issue
Block a user