aboutsummaryrefslogtreecommitdiffstats
path: root/x11/libxmu
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-10-14 06:31:01 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-10-14 06:31:01 +0000
commitad4ffd33dd32f3cf674835cab2510d3380a28839 (patch)
tree99ec7003b14febe21da35d5e0d3e1789d8e683cc /x11/libxmu
parent22c48412e8e55de19049573f7d50757f9b22c070 (diff)
x11/libxmu: upgrade to 1.0.5
Diffstat (limited to 'x11/libxmu')
-rw-r--r--x11/libxmu/APKBUILD12
-rw-r--r--x11/libxmu/nocxx.patch15
2 files changed, 4 insertions, 23 deletions
diff --git a/x11/libxmu/APKBUILD b/x11/libxmu/APKBUILD
index 67c4f2a07ba..13343d781fc 100644
--- a/x11/libxmu/APKBUILD
+++ b/x11/libxmu/APKBUILD
@@ -1,22 +1,19 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=libxmu
-pkgver=1.0.4
+pkgver=1.0.5
pkgrel=0
pkgdesc="X11 miscellaneous micro-utility library"
url="http://xorg.freedesktop.org/"
license="custom"
subpackages="$pkgname-dev $pkgname-doc"
-depends="libxext libxt libx11 libsm uclibc"
+depends=
makedepends="pkgconfig libxext-dev libxt-dev libx11-dev libsm-dev"
-source="http://xorg.freedesktop.org/releases/individual/lib/libXmu-$pkgver.tar.bz2
- nocxx.patch"
+source="http://xorg.freedesktop.org/releases/individual/lib/libXmu-$pkgver.tar.bz2"
depends_dev="xproto libx11-dev libxt-dev libxext-dev"
build ()
{
cd "$srcdir"/libXmu-$pkgver
- patch -p1 < ../nocxx.patch configure || return 1
-
./configure --prefix=/usr \
--sysconfdir=/etc
make || return 1
@@ -24,5 +21,4 @@ build ()
install -Dm644 $srcdir/libXmu-$pkgver/COPYING \
$pkgdir/usr/share/licenses/$pkgname/COPYING
}
-md5sums="fb372a5f3ab42b5ba16d7af4d833a0cb libXmu-1.0.4.tar.bz2
-28513788ba4d556ccd538867dc6205ab nocxx.patch"
+md5sums="fc4d66be7a1a1eb474954728415e46d6 libXmu-1.0.5.tar.bz2"
diff --git a/x11/libxmu/nocxx.patch b/x11/libxmu/nocxx.patch
deleted file mode 100644
index beb1ab9006b..00000000000
--- a/x11/libxmu/nocxx.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- a/configure 2004-12-07 21:34:23.205172545 +0000
-+++ b/configure 2004-12-07 21:37:17.726654782 +0000
-@@ -5148,10 +5148,8 @@
- :
- else
- { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
--See \`config.log' for more details." >&5
--echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
--See \`config.log' for more details." >&2;}
-- { (exit 1); exit 1; }; }
-+See \`config.log' for more details." >&5;}
-+ { echo "C++ sucks, ignoring ..." >&5; }; }
- fi
-
- ac_ext=cc