forked from Lainports/freebsd-ports
- Remove CONFIGURE_TARGET hack in various bsd.*.mk
This commit is contained in:
parent
4d3ad2bf87
commit
2caa806709
3 changed files with 1 additions and 6 deletions
|
|
@ -35,8 +35,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|||
USE_LDCONFIG= yes
|
||||
PLIST_SUB+= MACHINE_ARCH=${MACHINE_ARCH}
|
||||
|
||||
CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} \
|
||||
--program-transform-name= \
|
||||
CONFIGURE_ARGS+=--program-transform-name= \
|
||||
--with-extra-libs=${LOCALBASE}/lib \
|
||||
--with-extra-includes=${LOCALBASE}/include
|
||||
|
||||
|
|
|
|||
|
|
@ -37,8 +37,6 @@ _NO_KDE_FINAL= yes
|
|||
|
||||
CFLAGS+= -DHAVE_VASPRINTF
|
||||
CONFIGURE_ENV+= DO_NOT_COMPILE="${DO_NOT_COMPILE}"
|
||||
CONFIGURE_TARGET= # empty
|
||||
CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
|
||||
OPTIONS= ESD "Enable esound support" off \
|
||||
NAS "Enable NAS support" off
|
||||
|
|
|
|||
|
|
@ -59,11 +59,9 @@ PREFIX= ${KDE_PREFIX}
|
|||
USE_LDCONFIG= ${PREFIX}/lib/kde3
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
CONFIGURE_TARGET=# empty
|
||||
CONFIGURE_ARGS+=--disable-ltdl-install \
|
||||
--disable-as-needed \
|
||||
--enable-mt \
|
||||
--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} \
|
||||
--x-libraries=${LOCALBASE}/lib --x-includes=${LOCALBASE}/include \
|
||||
--with-libthai=yes \
|
||||
--with-lua=no \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue