diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-12-06 07:17:33 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-12-06 07:17:33 +0000 |
commit | ade4b996e5e284b71d447c76551666ba2649494d (patch) | |
tree | 756314f749944b756748689055058730d70638ea | |
parent | BROKEN: Does not build (diff) |
BROKEN on alpha: Does not compile
-rw-r--r-- | misc/libpri-bristuff/Makefile | 8 | ||||
-rw-r--r-- | misc/libpri/Makefile | 8 | ||||
-rw-r--r-- | misc/libpri2/Makefile | 8 |
3 files changed, 21 insertions, 3 deletions
diff --git a/misc/libpri-bristuff/Makefile b/misc/libpri-bristuff/Makefile index 4da197d294fb..2fe90909e54c 100644 --- a/misc/libpri-bristuff/Makefile +++ b/misc/libpri-bristuff/Makefile @@ -17,7 +17,13 @@ COMMENT= A C implementation of the Primary Rate ISDN specification USE_GMAKE= yes INSTALLS_SHLIB= yes +.include <bsd.port.pre.mk> + +.if ${ARCH} == "alpha" +BROKEN= "Does not compile on alpha" +.endif + post-patch: @${FIND} ${WRKSRC} -name \*.orig -or -name \*.bak -delete -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/misc/libpri/Makefile b/misc/libpri/Makefile index 4da197d294fb..2fe90909e54c 100644 --- a/misc/libpri/Makefile +++ b/misc/libpri/Makefile @@ -17,7 +17,13 @@ COMMENT= A C implementation of the Primary Rate ISDN specification USE_GMAKE= yes INSTALLS_SHLIB= yes +.include <bsd.port.pre.mk> + +.if ${ARCH} == "alpha" +BROKEN= "Does not compile on alpha" +.endif + post-patch: @${FIND} ${WRKSRC} -name \*.orig -or -name \*.bak -delete -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/misc/libpri2/Makefile b/misc/libpri2/Makefile index 4da197d294fb..2fe90909e54c 100644 --- a/misc/libpri2/Makefile +++ b/misc/libpri2/Makefile @@ -17,7 +17,13 @@ COMMENT= A C implementation of the Primary Rate ISDN specification USE_GMAKE= yes INSTALLS_SHLIB= yes +.include <bsd.port.pre.mk> + +.if ${ARCH} == "alpha" +BROKEN= "Does not compile on alpha" +.endif + post-patch: @${FIND} ${WRKSRC} -name \*.orig -or -name \*.bak -delete -.include <bsd.port.mk> +.include <bsd.port.post.mk> |