aboutsummaryrefslogtreecommitdiff
path: root/multimedia/openquicktime
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2004-06-26 03:05:57 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2004-06-26 03:05:57 +0000
commit450c885cbe8bfb12fa1741f76f2521b12e5369d7 (patch)
tree361d4a5887925783c856579aa2a7673ed8b8680e /multimedia/openquicktime
parent46ececfbbb473d3087fd41d6de637f2b1b28ebf3 (diff)
downloadports-450c885cbe8bfb12fa1741f76f2521b12e5369d7.tar.gz
ports-450c885cbe8bfb12fa1741f76f2521b12e5369d7.zip
Notes
Diffstat (limited to 'multimedia/openquicktime')
-rw-r--r--multimedia/openquicktime/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/multimedia/openquicktime/Makefile b/multimedia/openquicktime/Makefile
index 3af92309ad46..3178c907aac7 100644
--- a/multimedia/openquicktime/Makefile
+++ b/multimedia/openquicktime/Makefile
@@ -27,8 +27,14 @@ USE_SIZE= yes
INSTALL_SHLIBS= yes
PKGDEINSTALL= ${PKGINSTALL}
+OPTIONS= DEBUG "Turn on debugging" on
+
.include <bsd.port.pre.mk>
+.ifndef(WITH_DEBUG)
+CONFIGURE_ARGS+= --enable-debug=no
+.endif
+
.if ${ARCH} == "sparc64"
BROKEN= "Does not build on sparc64"
.endif