diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-03-05 11:13:43 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-03-05 11:13:43 +0000 |
commit | 146cc392b8eda48fae51635bdf248887b01159c9 (patch) | |
tree | 9a0afe4dd8cc32d63bdeec6760fa036e745f1aa6 /audio/ecawave/Makefile | |
parent | 69641e40dca6dd994144ddbd2e13953ad5f5f1eb (diff) |
BROKEN on alpha 5.x: Configure fails
Notes
Notes:
svn path=/head/; revision=102994
Diffstat (limited to 'audio/ecawave/Makefile')
-rw-r--r-- | audio/ecawave/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/ecawave/Makefile b/audio/ecawave/Makefile index 476c2c892705..f304572f9745 100644 --- a/audio/ecawave/Makefile +++ b/audio/ecawave/Makefile @@ -31,6 +31,12 @@ CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ MAN1= ecawave.1 +.include <bsd.port.pre.mk> + +.if ${ARCH} == "alpha" && ${OSVERSION} >= 502102 +BROKEN= "Configure fails on alpha 5.x" +.endif + post-patch: ${REINPLACE_CMD} -e "s,lqt,lqt-mt," ${WRKSRC}/src/Makefile.in @@ -40,4 +46,4 @@ post-install: ${INSTALL_MAN} ${WRKSRC}/Documentation/*.html ${DOCSDIR} .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |