diff options
author | arved <arved@FreeBSD.org> | 2008-08-28 00:30:11 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2008-08-28 00:30:11 +0800 |
commit | e516aab7aa1a46ae10e86cfc46ec7665dbe4ab9b (patch) | |
tree | 76f1df2b4286d76b6dd2c5f023c17d8db44833ad /multimedia | |
parent | 1316d1c9d8a6839ec05ea74d88387ffcde2a20b1 (diff) | |
download | freebsd-ports-gnome-e516aab7aa1a46ae10e86cfc46ec7665dbe4ab9b.tar.gz freebsd-ports-gnome-e516aab7aa1a46ae10e86cfc46ec7665dbe4ab9b.tar.zst freebsd-ports-gnome-e516aab7aa1a46ae10e86cfc46ec7665dbe4ab9b.zip |
Fix build on amd64
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/openquicktime/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/multimedia/openquicktime/Makefile b/multimedia/openquicktime/Makefile index 3d497d54c842..e5c4f55021f8 100644 --- a/multimedia/openquicktime/Makefile +++ b/multimedia/openquicktime/Makefile @@ -24,6 +24,7 @@ USE_GNOME= gtk12 USE_GMAKE= yes USE_LDCONFIG= yes PKGDEINSTALL= ${PKGINSTALL} +CFLAGS+= -fPIC OPTIONS= DEBUG "Turn on debugging" off @@ -37,10 +38,6 @@ CONFIGURE_ARGS+= --enable-debug=no BROKEN= Does not install .endif -.if ${ARCH} != "i386" -BROKEN= Does not build on !i386 -.endif - post-patch: @${REINPLACE_CMD} -e 's|xCC|xc| ; s|-O2||' \ -e 's|ftello64|ftello| ; s|fseeko64|fseeko|' \ |