aboutsummaryrefslogtreecommitdiffstats
path: root/devel/kdesdk3
diff options
context:
space:
mode:
authorwill <will@FreeBSD.org>2002-03-30 17:07:53 +0800
committerwill <will@FreeBSD.org>2002-03-30 17:07:53 +0800
commit209d2a899ce9bf74538097c50bbcc27f34bb5cdf (patch)
treef98e5961b4e6021db2109def4ab60c3202fdb0f9 /devel/kdesdk3
parent3bf7e2d3241dee10b2271a4f5f73a3503b610e97 (diff)
downloadfreebsd-ports-gnome-209d2a899ce9bf74538097c50bbcc27f34bb5cdf.tar.gz
freebsd-ports-gnome-209d2a899ce9bf74538097c50bbcc27f34bb5cdf.tar.zst
freebsd-ports-gnome-209d2a899ce9bf74538097c50bbcc27f34bb5cdf.zip
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 'devel/kdesdk3')
-rw-r--r--devel/kdesdk3/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/devel/kdesdk3/Makefile b/devel/kdesdk3/Makefile
index a9785ad8cca5..5b5180b3222f 100644
--- a/devel/kdesdk3/Makefile
+++ b/devel/kdesdk3/Makefile
@@ -22,6 +22,11 @@ USE_KDEBASE_VER=2
USE_BZIP2= yes
GNU_CONFIGURE= yes
+.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 500029
+_NO_KDE_OBJPRELINK=yes
+.endif
+
.include "${.CURDIR}/../../x11/kde2/Makefile.kde"
USE_GMAKE= yes
@@ -41,4 +46,4 @@ pre-configure:
cd ${WRKSRC} && env PATH=${WRKSRC}/auto-bin:$$PATH \
${GMAKE} -f Makefile.cvs
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>