aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p/linuxdcpp
diff options
context:
space:
mode:
authormezz <mezz@FreeBSD.org>2006-08-08 02:03:19 +0800
committermezz <mezz@FreeBSD.org>2006-08-08 02:03:19 +0800
commit2fe423f2eb71ceef4051e40653d03f69f594bb18 (patch)
treef53c24bcb3e1af34a14023aa5ef6098fb6a871d3 /net-p2p/linuxdcpp
parent1ba754fb0571c07f65ef696a271f0324d5a66339 (diff)
downloadfreebsd-ports-gnome-2fe423f2eb71ceef4051e40653d03f69f594bb18.tar.gz
freebsd-ports-gnome-2fe423f2eb71ceef4051e40653d03f69f594bb18.tar.zst
freebsd-ports-gnome-2fe423f2eb71ceef4051e40653d03f69f594bb18.zip
Mark it as IGNORE, does not compile on FreeBSD 4.x, due to lack of wide
character in libc. Also, I don't support FreeBSD 4.x.
Diffstat (limited to 'net-p2p/linuxdcpp')
-rw-r--r--net-p2p/linuxdcpp/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net-p2p/linuxdcpp/Makefile b/net-p2p/linuxdcpp/Makefile
index 1a526c982409..2063cbd638ad 100644
--- a/net-p2p/linuxdcpp/Makefile
+++ b/net-p2p/linuxdcpp/Makefile
@@ -30,6 +30,12 @@ STRIP=
SCONS_ARGS= release=1
.endif
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+IGNORE= does not compile on FreeBSD 4.x, due to lack of wide character in libc
+.endif
+
post-extract:
@${RM} ${WRKSRC}/linux/prefix.*
@@ -37,4 +43,4 @@ post-patch:
@${REINPLACE_CMD} -e 's|%%CC%%|${CC}|g ; s|%%CXX%%|${CXX}|g ; \
s|%%CXXFLAGS%%|${CXXFLAGS}|g' ${WRKSRC}/SConstruct
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>