aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-03-14 09:53:55 +0800
committerkris <kris@FreeBSD.org>2004-03-14 09:53:55 +0800
commitdb6ab16b403d64fa28f821b99ff93b4d614015f5 (patch)
tree30803897640a5a99984a388b9e2966bcdf1ce38b
parent30508fd247a1fcecdbe2d9e22c78a684a1fa8635 (diff)
downloadfreebsd-ports-gnome-db6ab16b403d64fa28f821b99ff93b4d614015f5.tar.gz
freebsd-ports-gnome-db6ab16b403d64fa28f821b99ff93b4d614015f5.tar.zst
freebsd-ports-gnome-db6ab16b403d64fa28f821b99ff93b4d614015f5.zip
BROKEN on alpha 4.x: Linker error
-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>