summaryrefslogtreecommitdiffstats
path: root/sysutils/kdeadmin
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 /sysutils/kdeadmin
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 'sysutils/kdeadmin')
-rw-r--r--sysutils/kdeadmin/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/sysutils/kdeadmin/Makefile b/sysutils/kdeadmin/Makefile
index cf8832c..01435bf 100644
--- a/sysutils/kdeadmin/Makefile
+++ b/sysutils/kdeadmin/Makefile
@@ -23,6 +23,12 @@ USE_GMAKE= yes
INSTALLS_SHLIB= yes
GNU_CONFIGURE= yes
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 500029
+_NO_KDE_OBJPRELINK=yes
+.endif
+
.include "${.CURDIR}/../../x11/kde2/Makefile.kde"
pre-configure:
@@ -39,4 +45,4 @@ pre-configure:
find ${WRKSRC}/kpackage -name "*.cpp" -or -name "*.c" -or -name "*.h" \
| xargs ${PERL} -pi -e "s#typedef __off64_t off64_t;##g"
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
OpenPOWER on IntegriCloud