summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorbjs <bjs@pkgsrc.org>2008-12-18 22:23:36 +0000
committerbjs <bjs@pkgsrc.org>2008-12-18 22:23:36 +0000
commit92e6acc0536edd12ded8a1562d4f9e8097bf6a83 (patch)
treed50606c7c6e4d7d32ea72db52a418ba2fdcf6fa7 /multimedia
parenta2f4bcca62570bf5ac2d23ed34d1165dadce61d0 (diff)
downloadpkgsrc-92e6acc0536edd12ded8a1562d4f9e8097bf6a83.tar.gz
fix diff botch
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/x264-devel/options.mk25
1 files changed, 1 insertions, 24 deletions
diff --git a/multimedia/x264-devel/options.mk b/multimedia/x264-devel/options.mk
index 42f42be9898..96d06f3a00f 100644
--- a/multimedia/x264-devel/options.mk
+++ b/multimedia/x264-devel/options.mk
@@ -1,27 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2008/12/18 22:22:47 bjs Exp $
-
-PKG_OPTIONS_VAR= PKG_OPTIONS.x264-devel
-PKG_SUPPORTED_OPTIONS= debug threads
-
-.if !empty(X264_BUILD_THREADS_SUPPORT:M[Yy][Ee][Ss])
-PKG_SUGGESTED_OPTIONS+= threads
-.endif
-
-.include "../../mk/bsd.options.mk"
-
-.if !empty(PKG_OPTIONS:Mthreads)
-CONFIGURE_ARGS+= --enable-pthread
-. include "../../mk/pthread.buildlink3.mk"
-.else
-CONFIGURE_ARGS+= --disable-pthread
-.endif
-
-.if !empty(PKG_OPTIONS:Mdebug) || \
- !empty(INSTALL_UNSTRIPPED:Uno:M[Yy][Ee][Ss])
-CONFIGURE_ARGS+= --enable-debug
-BUILDLINK_TRANSFORM+= rm:-fomit-frame-pointer
-.endif
-# $NetBSD: options.mk,v 1.1 2008/12/18 22:22:47 bjs Exp $
+# $NetBSD: options.mk,v 1.2 2008/12/18 22:23:36 bjs Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.x264-devel
PKG_SUPPORTED_OPTIONS= debug threads