pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/multimedia/xine-lib xine-lib: Move the pthread handlin...
details: https://anonhg.NetBSD.org/pkgsrc/rev/b197009214d8
branches: trunk
changeset: 390636:b197009214d8
user: nia <nia%pkgsrc.org@localhost>
date: Sun Dec 25 17:32:52 2022 +0000
description:
xine-lib: Move the pthread handling to Makefile.common to fix the building
of modules.
diffstat:
multimedia/xine-lib/Makefile | 6 +-----
multimedia/xine-lib/Makefile.common | 6 +++++-
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (40 lines):
diff -r d6dd06983112 -r b197009214d8 multimedia/xine-lib/Makefile
--- a/multimedia/xine-lib/Makefile Sun Dec 25 16:31:07 2022 +0000
+++ b/multimedia/xine-lib/Makefile Sun Dec 25 17:32:52 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.190 2022/12/21 19:45:01 vins Exp $
+# $NetBSD: Makefile,v 1.191 2022/12/25 17:32:52 nia Exp $
PKGREVISION= 11
.include "Makefile.common"
@@ -8,10 +8,6 @@
CONFLICTS+= xine-xcb-[0-9]*
-PTHREAD_OPTS+= require
-PTHREAD_AUTO_VARS= yes
-BUILDLINK_TRANSFORM+= rm:-lpthread
-
CONFIGURE_ARGS+= --disable-v4l
CONFIGURE_ARGS+= --disable-v4l2
CONFIGURE_ARGS+= --disable-real-codecs
diff -r d6dd06983112 -r b197009214d8 multimedia/xine-lib/Makefile.common
--- a/multimedia/xine-lib/Makefile.common Sun Dec 25 16:31:07 2022 +0000
+++ b/multimedia/xine-lib/Makefile.common Sun Dec 25 17:32:52 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.96 2022/12/07 14:59:41 wiz Exp $
+# $NetBSD: Makefile.common,v 1.97 2022/12/25 17:32:52 nia Exp $
#
# used by audio/xine-alsa/Makefile
# used by audio/xine-pulse/Makefile
@@ -34,6 +34,10 @@
USE_TOOLS+= msgfmt msgmerge xgettext
USE_TOOLS+= gmake pkg-config xmkmf perl gsed
+PTHREAD_OPTS+= require
+PTHREAD_AUTO_VARS= yes
+BUILDLINK_TRANSFORM+= rm:-lpthread
+
CPPFLAGS+= -DHAVE_ZERO_SAFE_MEM=1
CONFIGURE_ARGS+= --with-w32-path='${PREFIX}/lib/win32'
Home |
Main Index |
Thread Index |
Old Index