diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-03-19 13:44:13 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-03-19 13:44:13 +0000 |
commit | 7601bd2963030f21c6eab47ca10c9c70c9b20012 (patch) | |
tree | f779c6dd12ac811c59801657036f3b0c2d10f5e8 /multimedia/recmpeg | |
parent | BROKEN on ia64: Configure fails (diff) |
BROKEN on ia64: Fails to link
Diffstat (limited to 'multimedia/recmpeg')
-rw-r--r-- | multimedia/recmpeg/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/multimedia/recmpeg/Makefile b/multimedia/recmpeg/Makefile index 66c5aa9949be..64ccbdae049f 100644 --- a/multimedia/recmpeg/Makefile +++ b/multimedia/recmpeg/Makefile @@ -28,4 +28,10 @@ PLIST_FILES= bin/recmpeg CPPFLAGS= -I${LOCALBASE}/include LDFLAGS= -L${LOCALBASE}/lib -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${ARCH} == "ia64" +BROKEN= "Fails to link on ia64" +.endif + +.include <bsd.port.post.mk> |