diff options
author | kris <kris@FreeBSD.org> | 2004-12-06 15:17:33 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-12-06 15:17:33 +0800 |
commit | ad89da3ebff2c1fbe634ebcb1a7a757908c9c73f (patch) | |
tree | df8cae208e7da66ece716e71795860c564405062 /misc | |
parent | a1f8af68de900b73c935b2085e0ace4474f53f37 (diff) | |
download | freebsd-ports-gnome-ad89da3ebff2c1fbe634ebcb1a7a757908c9c73f.tar.gz freebsd-ports-gnome-ad89da3ebff2c1fbe634ebcb1a7a757908c9c73f.tar.zst freebsd-ports-gnome-ad89da3ebff2c1fbe634ebcb1a7a757908c9c73f.zip |
BROKEN on alpha: Does not compile
Diffstat (limited to 'misc')
-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> |