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-clocks/kdetoys2/Makefile | 8 +++++++- x11-clocks/kdetoys3/Makefile | 8 +++++++- x11-clocks/kdetoys4/Makefile | 8 +++++++- 3 files changed, 21 insertions(+), 3 deletions(-) (limited to 'x11-clocks') diff --git a/x11-clocks/kdetoys2/Makefile b/x11-clocks/kdetoys2/Makefile index 20ed0ce76568..3c55f0e4e6bd 100644 --- a/x11-clocks/kdetoys2/Makefile +++ b/x11-clocks/kdetoys2/Makefile @@ -24,6 +24,12 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-qt-dir=${X11BASE} USE_GMAKE= yes +.include + +.if ${OSVERSION} >= 500029 +_NO_KDE_OBJPRELINK=yes +.endif + .include "${.CURDIR}/../../x11/kde2/Makefile.kde" pre-configure: @@ -37,4 +43,4 @@ pre-configure: cd ${WRKSRC} && env PATH=${WRKSRC}/auto-bin:$$PATH \ ${GMAKE} -f Makefile.cvs -.include +.include diff --git a/x11-clocks/kdetoys3/Makefile b/x11-clocks/kdetoys3/Makefile index 20ed0ce76568..3c55f0e4e6bd 100644 --- a/x11-clocks/kdetoys3/Makefile +++ b/x11-clocks/kdetoys3/Makefile @@ -24,6 +24,12 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-qt-dir=${X11BASE} USE_GMAKE= yes +.include + +.if ${OSVERSION} >= 500029 +_NO_KDE_OBJPRELINK=yes +.endif + .include "${.CURDIR}/../../x11/kde2/Makefile.kde" pre-configure: @@ -37,4 +43,4 @@ pre-configure: cd ${WRKSRC} && env PATH=${WRKSRC}/auto-bin:$$PATH \ ${GMAKE} -f Makefile.cvs -.include +.include diff --git a/x11-clocks/kdetoys4/Makefile b/x11-clocks/kdetoys4/Makefile index 20ed0ce76568..3c55f0e4e6bd 100644 --- a/x11-clocks/kdetoys4/Makefile +++ b/x11-clocks/kdetoys4/Makefile @@ -24,6 +24,12 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-qt-dir=${X11BASE} USE_GMAKE= yes +.include + +.if ${OSVERSION} >= 500029 +_NO_KDE_OBJPRELINK=yes +.endif + .include "${.CURDIR}/../../x11/kde2/Makefile.kde" pre-configure: @@ -37,4 +43,4 @@ pre-configure: cd ${WRKSRC} && env PATH=${WRKSRC}/auto-bin:$$PATH \ ${GMAKE} -f Makefile.cvs -.include +.include -- cgit v1.2.3