diff options
author | kris <kris@FreeBSD.org> | 2004-12-22 10:20:00 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-12-22 10:20:00 +0800 |
commit | dacc8d6a64546f12a40a5788a7597951ea64a7b8 (patch) | |
tree | 74b5a0e3f1e2b10d9e090bef4f77328e68d4a9e6 /multimedia | |
parent | 50b4b1ccdb62271a5ffb1d73214a17a231a7d79c (diff) | |
download | freebsd-ports-gnome-dacc8d6a64546f12a40a5788a7597951ea64a7b8.tar.gz freebsd-ports-gnome-dacc8d6a64546f12a40a5788a7597951ea64a7b8.tar.zst freebsd-ports-gnome-dacc8d6a64546f12a40a5788a7597951ea64a7b8.zip |
Now builds on i386
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/recmpeg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/recmpeg/Makefile b/multimedia/recmpeg/Makefile index c945d0961d3e..64ccbdae049f 100644 --- a/multimedia/recmpeg/Makefile +++ b/multimedia/recmpeg/Makefile @@ -30,8 +30,8 @@ LDFLAGS= -L${LOCALBASE}/lib .include <bsd.port.pre.mk> -.if ${ARCH} == "ia64" || ${ARCH} == "i386" -BROKEN= "Fails to link on ia64 or i386" +.if ${ARCH} == "ia64" +BROKEN= "Fails to link on ia64" .endif .include <bsd.port.post.mk> |