aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2008-02-28 16:04:33 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2008-02-28 16:04:33 +0000
commit7043327794b7db017f13ba411d1b631bed666539 (patch)
treedbd06765dcd1ea31e4486072eb38ed8e095d212d
parent1424aeddff91fe1d1da71105153e0240590f5054 (diff)
Notes
-rw-r--r--net-im/decibel/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net-im/decibel/Makefile b/net-im/decibel/Makefile
index feaeb5b78b72..25a431819fd9 100644
--- a/net-im/decibel/Makefile
+++ b/net-im/decibel/Makefile
@@ -29,6 +29,12 @@ CMAKE_ARGS= -DCMAKE_BUILD_TYPE=DEBUG \
-DCMAKE_CXX_COMPILER:STRING=${CXX} \
-DCMAKE_CXX_FLAGS:STRING="${CXXFLAGS}"
+.include <bsd.port.pre.mk>
+
+.if (${ARCH} == amd64) && (${OSVERSION} < 600000)
+BROKEN= Does not compile
+.endif
+
post-extract:
${MKDIR} ${WRKSRC}
@@ -40,4 +46,4 @@ post-patch:
do-configure:
cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${CMAKE} ${CMAKE_ARGS} ..
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>