diff options
author | kris <kris@FreeBSD.org> | 2005-01-02 08:56:40 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-01-02 08:56:40 +0800 |
commit | af653dace715e74570a677f390a4faac2ec23cd6 (patch) | |
tree | 2e3eb94cd18611db0d69b7d545e70b1273ab7c3f /graphics | |
parent | 85980dfb1e7a61cb4f3d2ad623b5e2377c5c3b90 (diff) | |
download | freebsd-ports-gnome-af653dace715e74570a677f390a4faac2ec23cd6.tar.gz freebsd-ports-gnome-af653dace715e74570a677f390a4faac2ec23cd6.tar.zst freebsd-ports-gnome-af653dace715e74570a677f390a4faac2ec23cd6.zip |
BROKEN on 4.x: Does not compile
Approved by: portmgr (self)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/digikam-kde4/Makefile | 4 | ||||
-rw-r--r-- | graphics/digikam/Makefile | 4 |
2 files changed, 8 insertions, 0 deletions
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 <bsd.port.pre.mk> +.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 <bsd.port.pre.mk> +.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} |