aboutsummaryrefslogtreecommitdiffstats
path: root/net/kdenetwork2
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 /net/kdenetwork2
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 'net/kdenetwork2')
-rw-r--r--net/kdenetwork2/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net/kdenetwork2/Makefile b/net/kdenetwork2/Makefile
index 10308ce38b47..1e2163b2dd07 100644
--- a/net/kdenetwork2/Makefile
+++ b/net/kdenetwork2/Makefile
@@ -27,6 +27,12 @@ USE_GMAKE= yes
CONFIGURE_ENV+= PATH=${WRKSRC}/auto-bin:$$PATH
MAKE_ENV= ${CONFIGURE_ENV}
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 500029
+_NO_KDE_OBJPRELINK=yes
+.endif
+
.include "${.CURDIR}/../../x11/kde2/Makefile.kde"
pre-configure:
@@ -43,4 +49,4 @@ pre-configure:
${PERL} -pi -e "s@all_includes=\"@all_includes=\"-I/usr/include @g" ${WRKSRC}/acinclude.m4 ${WRKSRC}/aclocal.m4
${PERL} -pi -e "s@^AC_CHECK_UTMP_FILE@# AC_CHECK_UTMP_FILE@g" ${WRKSRC}/configure.in
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>