aboutsummaryrefslogtreecommitdiff
path: root/multimedia/openquicktime
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2008-08-27 16:30:11 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2008-08-27 16:30:11 +0000
commitc60789890c95e7c72f61f5bc16bd49c43dac0030 (patch)
tree04abe33d76fc002c00bbcd54aa34dd27aa272cb0 /multimedia/openquicktime
parentd59f739097899e7b0e768363d721388facc32f39 (diff)
downloadports-c60789890c95e7c72f61f5bc16bd49c43dac0030.tar.gz
ports-c60789890c95e7c72f61f5bc16bd49c43dac0030.zip
Fix build on amd64
Notes
Notes: svn path=/head/; revision=219326
Diffstat (limited to 'multimedia/openquicktime')
-rw-r--r--multimedia/openquicktime/Makefile5
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|' \