- Remove --disable-upnp from CONFIGURE_ARGS since this is now
regulated by UPNP config knob - Bump PORTREVISION since UPNP config knob was not being upheld PR: ports/141019 Approved by: maintainer
This commit is contained in:
parent
97d6d3c585
commit
43419d003c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=245051
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= aMule
|
||||
PORTVERSION= 2.2.6
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net-p2p
|
||||
MASTER_SITES= SF/${PORTNAME:L}/${PORTNAME}/${PORTVERSION}
|
||||
|
||||
@ -30,7 +31,6 @@ CONFIGURE_ARGS= --disable-debug \
|
||||
--with-libintl-prefix=${LOCALBASE} \
|
||||
--with-libiconv-prefix=${LOCALBASE} \
|
||||
--with-crypto-prefix=${LOCALBASE} \
|
||||
--disable-upnp \
|
||||
--with-denoise-level=0
|
||||
|
||||
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
|
||||
|
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= aMule
|
||||
PORTVERSION= 2.2.6
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net-p2p
|
||||
MASTER_SITES= SF/${PORTNAME:L}/${PORTNAME}/${PORTVERSION}
|
||||
|
||||
@ -30,7 +31,6 @@ CONFIGURE_ARGS= --disable-debug \
|
||||
--with-libintl-prefix=${LOCALBASE} \
|
||||
--with-libiconv-prefix=${LOCALBASE} \
|
||||
--with-crypto-prefix=${LOCALBASE} \
|
||||
--disable-upnp \
|
||||
--with-denoise-level=0
|
||||
|
||||
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
|
||||
|
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= aMule
|
||||
PORTVERSION= 2.2.6
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net-p2p
|
||||
MASTER_SITES= SF/${PORTNAME:L}/${PORTNAME}/${PORTVERSION}
|
||||
|
||||
@ -30,7 +31,6 @@ CONFIGURE_ARGS= --disable-debug \
|
||||
--with-libintl-prefix=${LOCALBASE} \
|
||||
--with-libiconv-prefix=${LOCALBASE} \
|
||||
--with-crypto-prefix=${LOCALBASE} \
|
||||
--disable-upnp \
|
||||
--with-denoise-level=0
|
||||
|
||||
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
|
||||
|
Loading…
Reference in New Issue
Block a user