summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorwill <will@FreeBSD.org>2002-03-30 09:07:53 +0000
committerwill <will@FreeBSD.org>2002-03-30 09:07:53 +0000
commit209d2a899ce9bf74538097c50bbcc27f34bb5cdf (patch)
treef98e5961b4e6021db2109def4ab60c3202fdb0f9 /graphics
parent3bf7e2d3241dee10b2271a4f5f73a3503b610e97 (diff)
downloadFreeBSD-ports-209d2a899ce9bf74538097c50bbcc27f34bb5cdf.zip
FreeBSD-ports-209d2a899ce9bf74538097c50bbcc27f34bb5cdf.tar.gz
Fix the KDE ports to not use objprelink, if OSVERSION >= 500029. This is
not tested other than for syntax, but should DTRT from what I understand of the problem. Submitted by: bento
Diffstat (limited to 'graphics')
-rw-r--r--graphics/kdegraphics2/Makefile7
-rw-r--r--graphics/kdegraphics3/Makefile7
-rw-r--r--graphics/kdegraphics4/Makefile7
3 files changed, 18 insertions, 3 deletions
diff --git a/graphics/kdegraphics2/Makefile b/graphics/kdegraphics2/Makefile
index 2914760..7e907f2 100644
--- a/graphics/kdegraphics2/Makefile
+++ b/graphics/kdegraphics2/Makefile
@@ -26,10 +26,15 @@ GNU_CONFIGURE= yes
USE_GMAKE= yes
CONFIGURE_ARGS+=--without-kamera
-.include "${.CURDIR}/../../x11/kde2/Makefile.kde"
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 500029
+_NO_KDE_OBJPRELINK=yes
+.endif
+
+.include "${.CURDIR}/../../x11/kde2/Makefile.kde"
+
# temporarily disable kamera, it requires gphoto2
PLIST_SUB+= KAMERA="@comment "
diff --git a/graphics/kdegraphics3/Makefile b/graphics/kdegraphics3/Makefile
index 2914760..7e907f2 100644
--- a/graphics/kdegraphics3/Makefile
+++ b/graphics/kdegraphics3/Makefile
@@ -26,10 +26,15 @@ GNU_CONFIGURE= yes
USE_GMAKE= yes
CONFIGURE_ARGS+=--without-kamera
-.include "${.CURDIR}/../../x11/kde2/Makefile.kde"
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 500029
+_NO_KDE_OBJPRELINK=yes
+.endif
+
+.include "${.CURDIR}/../../x11/kde2/Makefile.kde"
+
# temporarily disable kamera, it requires gphoto2
PLIST_SUB+= KAMERA="@comment "
diff --git a/graphics/kdegraphics4/Makefile b/graphics/kdegraphics4/Makefile
index 2914760..7e907f2 100644
--- a/graphics/kdegraphics4/Makefile
+++ b/graphics/kdegraphics4/Makefile
@@ -26,10 +26,15 @@ GNU_CONFIGURE= yes
USE_GMAKE= yes
CONFIGURE_ARGS+=--without-kamera
-.include "${.CURDIR}/../../x11/kde2/Makefile.kde"
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 500029
+_NO_KDE_OBJPRELINK=yes
+.endif
+
+.include "${.CURDIR}/../../x11/kde2/Makefile.kde"
+
# temporarily disable kamera, it requires gphoto2
PLIST_SUB+= KAMERA="@comment "
OpenPOWER on IntegriCloud