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 --- x11-wm/kdeartwork3/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'x11-wm/kdeartwork3/Makefile') diff --git a/x11-wm/kdeartwork3/Makefile b/x11-wm/kdeartwork3/Makefile index e7e9a4803a79..4e672bc89eae 100644 --- a/x11-wm/kdeartwork3/Makefile +++ b/x11-wm/kdeartwork3/Makefile @@ -23,6 +23,12 @@ GNU_CONFIGURE= yes USE_GMAKE= yes INSTALLS_SHLIB= yes +.include + +.if ${OSVERSION} >= 500029 +_NO_KDE_OBJPRELINK=yes +.endif + .include "${.CURDIR}/../../x11/kde2/Makefile.kde" pre-configure: @@ -36,4 +42,4 @@ pre-configure: cd ${WRKSRC} && env PATH=${WRKSRC}/auto-bin:$$PATH \ ${GMAKE} -f Makefile.cvs -.include +.include -- cgit v1.2.3