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 --- audio/kdemultimedia2/Makefile | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'audio/kdemultimedia2') diff --git a/audio/kdemultimedia2/Makefile b/audio/kdemultimedia2/Makefile index ddaa492bc2ef..d67ccbedea49 100644 --- a/audio/kdemultimedia2/Makefile +++ b/audio/kdemultimedia2/Makefile @@ -28,14 +28,17 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-qt-includes=${X11BASE}/include/qt2 \ --with-qt-libraries=${X11BASE}/lib -_NO_KDE_FINAL= yes -.include "${.CURDIR}/../../x11/kde2/Makefile.kde" - USE_GMAKE= yes MAKE_ENV= ${CONFIGURE_ENV} .include +_NO_KDE_FINAL= yes +.if ${OSVERSION} >= 500029 +_NO_KDE_OBJPRELINK=yes +.endif +.include "${.CURDIR}/../../x11/kde2/Makefile.kde" + pre-configure: ${PERL} -pi -e "s@all_includes=\"@all_includes=\"-I/usr/include @g" \ ${WRKSRC}/acinclude.m4 ${WRKSRC}/aclocal.m4 -- cgit