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 --- archivers/ark/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'archivers') diff --git a/archivers/ark/Makefile b/archivers/ark/Makefile index 858ca8e566a6..fd18c7ac3fb0 100644 --- a/archivers/ark/Makefile +++ b/archivers/ark/Makefile @@ -24,6 +24,12 @@ GNU_CONFIGURE= yes USE_GMAKE= yes MAN1= efax.1 efix.1 fax.1 +.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