diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-03-14 01:53:55 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-03-14 01:53:55 +0000 |
commit | 9dc766fed796d99afccbf0f6852aba9963f9a105 (patch) | |
tree | 44b3f4dafe53be7bdd56b6e6a902a0a18ef7d259 /audio/quelcom | |
parent | 43ca79058dfcaa0e8f5cc2afcd81e7f14f32f7e1 (diff) |
Notes
Diffstat (limited to 'audio/quelcom')
-rw-r--r-- | audio/quelcom/Makefile | 8 |
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> |