aboutsummaryrefslogtreecommitdiff
path: root/audio/quelcom
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-03-14 01:53:55 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-03-14 01:53:55 +0000
commit9dc766fed796d99afccbf0f6852aba9963f9a105 (patch)
tree44b3f4dafe53be7bdd56b6e6a902a0a18ef7d259 /audio/quelcom
parent43ca79058dfcaa0e8f5cc2afcd81e7f14f32f7e1 (diff)
downloadports-9dc766fed796d99afccbf0f6852aba9963f9a105.tar.gz
ports-9dc766fed796d99afccbf0f6852aba9963f9a105.zip
Notes
Diffstat (limited to 'audio/quelcom')
-rw-r--r--audio/quelcom/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/quelcom/Makefile b/audio/quelcom/Makefile
index 6e516dac23c7..9b8a8527a8f1 100644
--- a/audio/quelcom/Makefile
+++ b/audio/quelcom/Makefile
@@ -26,6 +26,12 @@ CXXFLAGS+= -I../lib -I${LOCALBASE}/include ${CPPFLAGS} \
-DHAVE_DECL_GETOPT -fPIC
LDFLAGS= -L../lib -L${LOCALBASE}/lib -lintl
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "alpha" && ${OSVERSION} < 500000
+BROKEN= "Linker error on alpha 4.x"
+.endif
+
post-patch:
@${FIND} ${WRKSRC} -name "makefile" | ${XARGS} ${REINPLACE_CMD} -e \
's|make |$$(MAKE) |g ; \
@@ -52,4 +58,4 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/doc/quelcom.html ${DOCSDIR}
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>