diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-23 21:57:18 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-23 21:57:18 +0000 |
commit | e1c63daf12ca7c4cdfb6a4d6c5f15a007e039da2 (patch) | |
tree | 0afa92d55c0878c2bc56b461800eee4ec55b27e6 /comms | |
parent | bbd98c96f67df54e789acde95915a69c63fbabc4 (diff) | |
download | ports-e1c63daf12ca7c4cdfb6a4d6c5f15a007e039da2.tar.gz ports-e1c63daf12ca7c4cdfb6a4d6c5f15a007e039da2.zip |
Notes
Diffstat (limited to 'comms')
-rw-r--r-- | comms/vpb2/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/comms/vpb2/Makefile b/comms/vpb2/Makefile index 972b5d849b9e..42cead44a331 100644 --- a/comms/vpb2/Makefile +++ b/comms/vpb2/Makefile @@ -23,6 +23,12 @@ INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include LDFLAGS=-L${LOCALBASE}/lib \ LDFLAGS=${PTHREAD_LIBS} +.include <bsd.port.pre.mk> + +.if ${ARCH} != "i386" +BROKEN= "Does not compile on !i386" +.endif + post-extract: @${FIND} ${WRKSRC} -name "Makefile.in" | \ ${XARGS} ${REINPLACE_CMD} -e 's|-release \$$\(LT_RELEASE\)||g' @@ -30,4 +36,4 @@ post-extract: post-patch: ${REINPLACE_CMD} -e "s|PREFIX|${PREFIX}|" ${WRKSRC}/vpbreg.cpp -.include <bsd.port.mk> +.include <bsd.port.post.mk> |