summaryrefslogtreecommitdiff
path: root/misc/kdeaddons3
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2002-03-30 09:07:53 +0000
committerWill Andrews <will@FreeBSD.org>2002-03-30 09:07:53 +0000
commit97e6d164088095904ab49eafe23f9e1c67c494de (patch)
tree2a01fc85decccff8ce009661334e22692c899251 /misc/kdeaddons3
parentUpdate to 0.5.0. (diff)
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
Notes
Notes: svn path=/head/; revision=56912
Diffstat (limited to 'misc/kdeaddons3')
-rw-r--r--misc/kdeaddons3/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/misc/kdeaddons3/Makefile b/misc/kdeaddons3/Makefile
index 28daacabb888..626bc9737e1f 100644
--- a/misc/kdeaddons3/Makefile
+++ b/misc/kdeaddons3/Makefile
@@ -27,10 +27,14 @@ USE_GMAKE= yes
PLIST_SUB+= RM=${RM}
CONFIGURE_ENV+= SDL_CONFIG="${LOCALBASE}/bin/sdl11-config"
-.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"
+
pre-configure:
${MKDIR} ${WRKSRC}/auto-bin
.for AC in autoconf autoheader