diff options
author | kris <kris@FreeBSD.org> | 2004-03-05 19:13:43 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-03-05 19:13:43 +0800 |
commit | 9094625d8e41f84ab3a8629d8b96bcff287397d8 (patch) | |
tree | 9b0db719f1c003e39d602b3a794763d3ded8c2e7 /audio/ecawave | |
parent | 4fc12d45fc0e597edc166e4cd25ca6f2e497917e (diff) | |
download | freebsd-ports-gnome-9094625d8e41f84ab3a8629d8b96bcff287397d8.tar.gz freebsd-ports-gnome-9094625d8e41f84ab3a8629d8b96bcff287397d8.tar.zst freebsd-ports-gnome-9094625d8e41f84ab3a8629d8b96bcff287397d8.zip |
BROKEN on alpha 5.x: Configure fails
Diffstat (limited to 'audio/ecawave')
-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> |