diff options
author | pav <pav@FreeBSD.org> | 2008-06-19 05:37:54 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-06-19 05:37:54 +0800 |
commit | b3905fedbed33fd82c7d9b042ce4a3f040e64269 (patch) | |
tree | bf698fabd03eed00fc0db7cf5aa6ed668430ed6f | |
parent | aa759ed39ba422a531fa29502469090a3c8df879 (diff) | |
download | freebsd-ports-gnome-b3905fedbed33fd82c7d9b042ce4a3f040e64269.tar.gz freebsd-ports-gnome-b3905fedbed33fd82c7d9b042ce4a3f040e64269.tar.zst freebsd-ports-gnome-b3905fedbed33fd82c7d9b042ce4a3f040e64269.zip |
- Now builds on amd64
-rw-r--r-- | multimedia/xmps/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/multimedia/xmps/Makefile b/multimedia/xmps/Makefile index 50d74d6879c0..ebcb91a51e6b 100644 --- a/multimedia/xmps/Makefile +++ b/multimedia/xmps/Makefile @@ -22,12 +22,6 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -.include <bsd.port.pre.mk> - -.if ${ARCH} != "i386" -BROKEN= Does not compile on !i386 -.endif - post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ s|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \ @@ -41,4 +35,4 @@ post-patch: ${WRKSRC}/codecs/video/mpeg3/slice.c @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/ltconfig -.include <bsd.port.post.mk> +.include <bsd.port.mk> |