diff options
-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|' \ |