summaryrefslogtreecommitdiffstats
path: root/x11/kdelibs2/Makefile
diff options
context:
space:
mode:
authorwill <will@FreeBSD.org>2002-01-05 02:29:15 +0000
committerwill <will@FreeBSD.org>2002-01-05 02:29:15 +0000
commit505481ccf3bef290cc1f4bc479f1301fcdf862b6 (patch)
tree91d4e03368661bbc9e9b31f090129fb7c61b5839 /x11/kdelibs2/Makefile
parent6197c75904d4e9a34849cea83c831f9290990e21 (diff)
downloadFreeBSD-ports-505481ccf3bef290cc1f4bc479f1301fcdf862b6.zip
FreeBSD-ports-505481ccf3bef290cc1f4bc479f1301fcdf862b6.tar.gz
Conditionalize use of objprelink based on whether we're running on
MACHINE_ARCH=i386 *and* whether NO_KDE_OBJPRELINK is defined. Requested by: several
Diffstat (limited to 'x11/kdelibs2/Makefile')
-rw-r--r--x11/kdelibs2/Makefile12
1 files changed, 8 insertions, 4 deletions
diff --git a/x11/kdelibs2/Makefile b/x11/kdelibs2/Makefile
index c601297..5355552 100644
--- a/x11/kdelibs2/Makefile
+++ b/x11/kdelibs2/Makefile
@@ -15,8 +15,10 @@ DIST_SUBDIR= KDE
MAINTAINER?= kde@FreeBSD.org
BUILD_DEPENDS= automake14:${PORTSDIR}/devel/automake14 \
- autoconf213:${PORTSDIR}/devel/autoconf213 \
- objprelink:${PORTSDIR}/devel/objprelink
+ autoconf213:${PORTSDIR}/devel/autoconf213
+.if ${MACHINE_ARCH} == "i386" && !defined(NO_KDE_OBJPRELINK)
+BUILD_DEPENDS+= objprelink:${PORTSDIR}/devel/objprelink
+.endif
LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \
audiofile.0:${PORTSDIR}/audio/libaudiofile \
fam.0:${PORTSDIR}/devel/fam \
@@ -35,8 +37,10 @@ SOMINOR= 0
USE_BZIP2= yes
INSTALLS_SHLIB= yes
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+=--enable-cups --disable-ltdl-install \
- --enable-objprelink
+CONFIGURE_ARGS+=--enable-cups --disable-ltdl-install
+.if ${MACHINE_ARCH} == "i386" && !defined(NO_KDE_OBJPRELINK)
+CONFIGURE_ARGS+=--enable-objprelink
+.endif
.if defined(PARALLEL_PACKAGE_BUILD) || defined(WANT_KDE_FINAL)
CONFIGURE_ARGS+=--enable-final
.endif
OpenPOWER on IntegriCloud