summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2012-10-26 07:59:29 +0000
committerTim Harder <radhermit@gentoo.org>2012-10-26 07:59:29 +0000
commitf014e5c161667359be123ddcca037fedebf50ebc (patch)
treebea2c75c2c987c55c9ffb0f262e73f4a3eb321a9 /media-sound/moc/files
parentSpecify slot in php dependency (diff)
downloadgentoo-2-f014e5c161667359be123ddcca037fedebf50ebc.tar.gz
gentoo-2-f014e5c161667359be123ddcca037fedebf50ebc.tar.bz2
gentoo-2-f014e5c161667359be123ddcca037fedebf50ebc.zip
Revbump to add cache and tremor use flags and drop the unused, automagic popt dep (bug #439638 by Tomasz Golinski).
(Portage version: 2.2.0_alpha141/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'media-sound/moc/files')
-rw-r--r--media-sound/moc/files/moc-2.5.0_beta1-no-automagic-popt.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/media-sound/moc/files/moc-2.5.0_beta1-no-automagic-popt.patch b/media-sound/moc/files/moc-2.5.0_beta1-no-automagic-popt.patch
new file mode 100644
index 000000000000..83c071e6b1e5
--- /dev/null
+++ b/media-sound/moc/files/moc-2.5.0_beta1-no-automagic-popt.patch
@@ -0,0 +1,12 @@
+--- moc-2.5.0-beta1/configure.in
++++ moc-2.5.0-beta1/configure.in
+@@ -341,9 +341,6 @@
+ AC_MSG_ERROR([You need curses/ncurses library and header files.])
+ fi
+
+-dnl popt
+-AC_SEARCH_LIBS([poptGetContext], [popt], , [POPT_MISSING="yes"])
+-
+ dnl getopt
+ AC_CHECK_FUNC(getopt_long,
+ [AC_CHECK_HEADERS([getopt.h],,[AC_MSG_ERROR([You need getopt.h.])])],