From 97e6d164088095904ab49eafe23f9e1c67c494de Mon Sep 17 00:00:00 2001 From: Will Andrews 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 --- devel/kdesdk4/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'devel/kdesdk4/Makefile') diff --git a/devel/kdesdk4/Makefile b/devel/kdesdk4/Makefile index a9785ad8cca5..5b5180b3222f 100644 --- a/devel/kdesdk4/Makefile +++ b/devel/kdesdk4/Makefile @@ -22,6 +22,11 @@ USE_KDEBASE_VER=2 USE_BZIP2= yes GNU_CONFIGURE= yes +.include +.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 +.include -- cgit v1.2.3