diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2008-08-27 16:30:11 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2008-08-27 16:30:11 +0000 |
commit | c60789890c95e7c72f61f5bc16bd49c43dac0030 (patch) | |
tree | 04abe33d76fc002c00bbcd54aa34dd27aa272cb0 /multimedia/openquicktime | |
parent | d59f739097899e7b0e768363d721388facc32f39 (diff) | |
download | ports-c60789890c95e7c72f61f5bc16bd49c43dac0030.tar.gz ports-c60789890c95e7c72f61f5bc16bd49c43dac0030.zip |
Notes
Diffstat (limited to 'multimedia/openquicktime')
-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|' \ |