summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Sandall2011-03-10 14:02:57 -0800
committerGeorge Sherwood2011-03-12 10:15:50 -0600
commit08dc004a0fe3a18a040c0a0b1abe0713c8ea9dd0 (patch)
treef72696196ca8af74dd108a100db4a2ce9e630adc
parent4fccfe83b91e5b7d77018636bc0d884b3d44b1e5 (diff)
libxmu: Configure flag IPv6 -> ipv6, PATCHLEVEL++, Bug #15951
(cherry picked from commit fe8360626b97a63fa66c2c67e0a7f7a1f063f547)
-rwxr-xr-xxorg-lib/libxmu/CONFIGURE6
-rwxr-xr-xxorg-lib/libxmu/DETAILS1
-rw-r--r--xorg-lib/libxmu/HISTORY4
3 files changed, 9 insertions, 2 deletions
diff --git a/xorg-lib/libxmu/CONFIGURE b/xorg-lib/libxmu/CONFIGURE
index d438f817d8..091b5f57c0 100755
--- a/xorg-lib/libxmu/CONFIGURE
+++ b/xorg-lib/libxmu/CONFIGURE
@@ -1,3 +1,5 @@
+list_remove LIBXMU_OPTS "--enable-IPv6" &&
+
config_query_option LIBXMU_OPTS \
'Enable UNIX domain socket transport?' \
y \
@@ -13,5 +15,5 @@ config_query_option LIBXMU_OPTS \
config_query_option LIBXMU_OPTS \
'Enable IPv6 transport?' \
y \
- '--enable-IPv6' \
- '--disable-IPv6'
+ '--enable-ipv6' \
+ '--disable-ipv6'
diff --git a/xorg-lib/libxmu/DETAILS b/xorg-lib/libxmu/DETAILS
index 589c4da806..32fc0bf0c4 100755
--- a/xorg-lib/libxmu/DETAILS
+++ b/xorg-lib/libxmu/DETAILS
@@ -5,6 +5,7 @@
SOURCE=${PKG}-${VERSION}.tar.bz2
SOURCE_URL[0]=http://xorg.freedesktop.org/releases/individual/lib/${SOURCE}
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${PKG}-${VERSION}
+ PATCHLEVEL=1
LICENSE[0]=XCL
WEB_SITE=http://xorg.freedesktop.org
ENTERED=20051125
diff --git a/xorg-lib/libxmu/HISTORY b/xorg-lib/libxmu/HISTORY
index 837557df0c..f5a726ec09 100644
--- a/xorg-lib/libxmu/HISTORY
+++ b/xorg-lib/libxmu/HISTORY
@@ -1,3 +1,7 @@
+2011-03-10 Eric Sandall <sandalle@sourcemage.org>
+ * DETAILS: PATCHLEVEL++
+ * CONFIGURE: IPv6 -> ipv6 (Bug #15951)
+
2010-11-01 Treeve Jelbert <treeve@sourcemage.org>
* DETAILS: version 1.1.0
update description