aboutsummaryrefslogtreecommitdiffstats
path: root/devel/ccrtp
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2013-03-09 22:35:10 +0800
committermiwi <miwi@FreeBSD.org>2013-03-09 22:35:10 +0800
commite1c5795ad79bfbab2b411635ee32cffe57fe1d76 (patch)
treeeee6fb13c2f35f6d6c737a5782462bef029c4911 /devel/ccrtp
parente46cbe13a7971bc94a70eeb48d6babbe9228cc3b (diff)
downloadfreebsd-ports-gnome-e1c5795ad79bfbab2b411635ee32cffe57fe1d76.tar.gz
freebsd-ports-gnome-e1c5795ad79bfbab2b411635ee32cffe57fe1d76.tar.zst
freebsd-ports-gnome-e1c5795ad79bfbab2b411635ee32cffe57fe1d76.zip
- BROKEN Fails to build
DUCOMMON_VISIBILITY=1 -pthread -pthread -o .libs/rtpsend rtpsend.o -pthread ../src/.libs/libccrtp.so -L/usr/local/lib /usr/local/lib/libcommoncpp.so /usr/local/lib/libucommon.so -lgcc -lcrypto -pthread -Wl,-rpath -Wl,/usr/local/lib ../src/.libs/libccrtp.so: undefined reference to `Twofish_encrypt' ../src/.libs/libccrtp.so: undefined reference to `Twofish_initialise' ../src/.libs/libccrtp.so: undefined reference to `Twofish_prepare_key' gmake[2]: *** [rtpsend] Error 1
Diffstat (limited to 'devel/ccrtp')
-rw-r--r--devel/ccrtp/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/devel/ccrtp/Makefile b/devel/ccrtp/Makefile
index a67d2cf4b1b3..145d7eed69f8 100644
--- a/devel/ccrtp/Makefile
+++ b/devel/ccrtp/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: ccrtp
-# Date created: 2006-04-22
-# Whom: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
-#
+# Created by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
# $FreeBSD$
-#
PORTNAME= ccrtp
PORTVERSION= 2.0.5
@@ -25,6 +21,8 @@ CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib -pthread"
CPPFLAGS+= -I${LOCALBASE}/include
INFO= ccrtp
+BROKEN= does not build
+
post-patch:
@cd ${WRKSRC}/src && \
${FIND} * -type f -exec ${REINPLACE_CMD} -i "" -e "s|<malloc.h>|<stdlib.h>|g" "{}" \;