summaryrefslogtreecommitdiff
path: root/audio/moc-devel/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'audio/moc-devel/patches/patch-ab')
-rw-r--r--audio/moc-devel/patches/patch-ab24
1 files changed, 12 insertions, 12 deletions
diff --git a/audio/moc-devel/patches/patch-ab b/audio/moc-devel/patches/patch-ab
index 51e69ea83f5..8f51196266f 100644
--- a/audio/moc-devel/patches/patch-ab
+++ b/audio/moc-devel/patches/patch-ab
@@ -1,20 +1,11 @@
-$NetBSD: patch-ab,v 1.2 2011/09/12 06:27:21 dholland Exp $
+$NetBSD: patch-ab,v 1.3 2013/02/10 08:39:00 ryoon Exp $
- use export-dynamic correctly
- check for sched_get_priority_max being in -lrt
---- configure.in.start 2008-02-25 22:37:30.000000000 +0000
+--- configure.in.orig 2012-10-11 19:39:37.000000000 +0000
+++ configure.in
-@@ -39,7 +39,7 @@ case "$OS" in
- ;;
- esac
-
--LDFLAGS="$LDFLAGS -export-dynamic"
-+LDFLAGS="$LDFLAGS -Wl,--export-dynamic"
-
- AC_HEADER_STDC
- AC_CHECK_HEADERS([fcntl.h string.h strings.h sys/param.h unistd.h sys/un.h \
-@@ -49,7 +49,10 @@ AC_CHECK_HEADERS([fcntl.h string.h strin
+@@ -87,7 +87,10 @@ AC_CHECK_HEADERS([fcntl.h string.h strin
AC_MSG_ERROR([Can't find required header files.]))
AC_CHECK_HEADERS([sys/select.h inttypes.h limits.h stdint.h])
@@ -26,3 +17,12 @@ $NetBSD: patch-ab,v 1.2 2011/09/12 06:27:21 dholland Exp $
dnl langinfo
AC_CHECK_HEADERS([langinfo.h])
+@@ -142,7 +145,7 @@ AX_CFLAGS_GCC_OPTION(-W)
+
+ PKG_PROG_PKG_CONFIG([0.20])
+
+-if test "x$PKG_CONFIG" == "x"
++if test "x$PKG_CONFIG" = "x"
+ then
+ AC_MSG_WARN([No pkg-config utility found or it's too old, I will have trouble finding installed libraries.])
+ fi