From af653dace715e74570a677f390a4faac2ec23cd6 Mon Sep 17 00:00:00 2001 From: kris Date: Sun, 2 Jan 2005 00:56:40 +0000 Subject: BROKEN on 4.x: Does not compile Approved by: portmgr (self) --- graphics/digikam-kde4/Makefile | 4 ++++ graphics/digikam/Makefile | 4 ++++ 2 files changed, 8 insertions(+) (limited to 'graphics') diff --git a/graphics/digikam-kde4/Makefile b/graphics/digikam-kde4/Makefile index 175ddc115bbc..90acfa07fd2a 100644 --- a/graphics/digikam-kde4/Makefile +++ b/graphics/digikam-kde4/Makefile @@ -30,6 +30,10 @@ INSTALLS_SHLIB= yes .include +.if ${OSVERSION} < 500000 +BROKEN= "Does not compile on FreeBSD 4.x" +.endif + post-patch: @${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT} @${REINPLACE_CMD} -e 's@-lpthread@${PTHREAD_LIBS}@g' ${WRKSRC}/${CONFIGURE_SCRIPT} diff --git a/graphics/digikam/Makefile b/graphics/digikam/Makefile index 175ddc115bbc..90acfa07fd2a 100644 --- a/graphics/digikam/Makefile +++ b/graphics/digikam/Makefile @@ -30,6 +30,10 @@ INSTALLS_SHLIB= yes .include +.if ${OSVERSION} < 500000 +BROKEN= "Does not compile on FreeBSD 4.x" +.endif + post-patch: @${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT} @${REINPLACE_CMD} -e 's@-lpthread@${PTHREAD_LIBS}@g' ${WRKSRC}/${CONFIGURE_SCRIPT} -- cgit