summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-12-06 07:17:33 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-12-06 07:17:33 +0000
commitade4b996e5e284b71d447c76551666ba2649494d (patch)
tree756314f749944b756748689055058730d70638ea /misc
parentBROKEN: Does not build (diff)
BROKEN on alpha: Does not compile
Notes
Notes: svn path=/head/; revision=123284
Diffstat (limited to 'misc')
-rw-r--r--misc/libpri-bristuff/Makefile8
-rw-r--r--misc/libpri/Makefile8
-rw-r--r--misc/libpri2/Makefile8
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>