aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2006-05-01 17:07:04 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2006-05-01 17:07:04 +0000
commitcd9998dc820a1e82281ebc47ffeae82c089c1f47 (patch)
tree64cad7d3055bd73f9d8e64771e8cb5a30e4dfc47 /net
parent5572132c9c786144a7ef6ffdbbc64340b01fa1f2 (diff)
downloadports-cd9998dc820a1e82281ebc47ffeae82c089c1f47.tar.gz
ports-cd9998dc820a1e82281ebc47ffeae82c089c1f47.zip
Notes
Diffstat (limited to 'net')
-rw-r--r--net/openam/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/net/openam/Makefile b/net/openam/Makefile
index 43889fded80d..7d05ffd9faf1 100644
--- a/net/openam/Makefile
+++ b/net/openam/Makefile
@@ -12,7 +12,7 @@ MASTER_SITES= http://www.voxgratia.org/releases/
DISTNAME= ${PORTNAME}-v${PORTVERSION:S/./_/g}-src-
EXTRACT_SUFX= tar.gz
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= Joerg.Pulz@frm2.tum.de
COMMENT= H323 Answer Machine
LIB_DEPENDS= h323_r.1:${PORTSDIR}/net/openh323
@@ -30,6 +30,12 @@ MAKE_ARGS= OSTYPE=${OPSYS} MACHTYPE=${ARCH:S/i386/x86/} \
PLIST_SUB= PORTNAME=${PORTNAME}
DOCSDIR= ${PREFIX}/share/doc/openh323
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == sparc64 && ${OSVERSION} <= 700003
+BROKEN= does not link due to missing symbol in default thread library
+.endif
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/obj_r/openam ${PREFIX}/bin
@${MKDIR} ${DOCSDIR}/${PORTNAME}
@@ -37,4 +43,4 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/sample_message.wav ${DOCSDIR}/${PORTNAME}
${INSTALL_DATA} ${WRKSRC}/sample_message_g7231.wav ${DOCSDIR}/${PORTNAME}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>