From 209d2a899ce9bf74538097c50bbcc27f34bb5cdf Mon Sep 17 00:00:00 2001 From: will Date: Sat, 30 Mar 2002 09:07:53 +0000 Subject: 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 --- deskutils/kdepim4/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'deskutils/kdepim4') diff --git a/deskutils/kdepim4/Makefile b/deskutils/kdepim4/Makefile index 4185e7a..7d9c3d4 100644 --- a/deskutils/kdepim4/Makefile +++ b/deskutils/kdepim4/Makefile @@ -24,6 +24,11 @@ USE_BZIP2= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes +.include +.if ${OSVERSION} >= 500029 +_NO_KDE_OBJPRELINK=yes +.endif + .include "${.CURDIR}/../../x11/kde2/Makefile.kde" QTCPPFLAGS= -I${LOCALBASE}/include -L${LOCALBASE}/lib @@ -55,4 +60,4 @@ pre-configure: find ${WRKSRC}/libical -name Makefile.in | xargs ${PERL} -pi -e \ "s|INSTALL = \@INSTALL\@|INSTALL=${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP}|g" -.include +.include -- cgit v1.1