diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-01-02 00:56:40 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-01-02 00:56:40 +0000 |
commit | 1a9f977f3f73791d624f472e795f19ce8a7a3ed9 (patch) | |
tree | 533e8d2ee5eb5ba53991af0a134b657f20bda473 /graphics/digikam/Makefile | |
parent | ce3d881cbed80fde4a036819edd3288f2c9b4701 (diff) |
Notes
Diffstat (limited to 'graphics/digikam/Makefile')
-rw-r--r-- | graphics/digikam/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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} |