summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Stine <battousai@gentoo.org>2005-12-27 20:43:37 +0000
committerBryan Stine <battousai@gentoo.org>2005-12-27 20:43:37 +0000
commit22673e349e953f6d9f29f8690118a19397c250c7 (patch)
treefd748ce04f3acbac37c7c50828a2ae85747fab2c /x11-misc/linuxwacom
parentVersion bump. (diff)
downloadgentoo-2-22673e349e953f6d9f29f8690118a19397c250c7.tar.gz
gentoo-2-22673e349e953f6d9f29f8690118a19397c250c7.tar.bz2
gentoo-2-22673e349e953f6d9f29f8690118a19397c250c7.zip
Fix build without SDK. Fixes bug 101674.
(Portage version: 2.1_pre1)
Diffstat (limited to 'x11-misc/linuxwacom')
-rw-r--r--x11-misc/linuxwacom/ChangeLog7
-rw-r--r--x11-misc/linuxwacom/linuxwacom-0.6.7.ebuild4
-rw-r--r--x11-misc/linuxwacom/linuxwacom-0.6.8.ebuild4
-rw-r--r--x11-misc/linuxwacom/linuxwacom-0.6.9.ebuild4
-rw-r--r--x11-misc/linuxwacom/linuxwacom-0.7.2.ebuild4
5 files changed, 14 insertions, 9 deletions
diff --git a/x11-misc/linuxwacom/ChangeLog b/x11-misc/linuxwacom/ChangeLog
index df861d67ca1a..82a716a8063d 100644
--- a/x11-misc/linuxwacom/ChangeLog
+++ b/x11-misc/linuxwacom/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-misc/linuxwacom
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/linuxwacom/ChangeLog,v 1.33 2005/12/27 09:18:50 battousai Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/linuxwacom/ChangeLog,v 1.34 2005/12/27 20:43:37 battousai Exp $
+
+ 27 Dec 2005; Bryan Stine <battousai@gentoo.org> linuxwacom-0.6.7.ebuild,
+ linuxwacom-0.6.8.ebuild, linuxwacom-0.6.9.ebuild, linuxwacom-0.7.2.ebuild:
+ Add configure option for building without Xorg SDK. Fixes bug 101674, thanks
+ to Andre Kloth.
*linuxwacom-0.7.2 (27 Dec 2005)
diff --git a/x11-misc/linuxwacom/linuxwacom-0.6.7.ebuild b/x11-misc/linuxwacom/linuxwacom-0.6.7.ebuild
index 9ccb6381410e..534932da217d 100644
--- a/x11-misc/linuxwacom/linuxwacom-0.6.7.ebuild
+++ b/x11-misc/linuxwacom/linuxwacom-0.6.7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/linuxwacom/linuxwacom-0.6.7.ebuild,v 1.5 2005/08/22 16:29:44 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/linuxwacom/linuxwacom-0.6.7.ebuild,v 1.6 2005/12/27 20:43:37 battousai Exp $
IUSE="dlloader gtk gtk2 tcltk sdk usb"
@@ -90,7 +90,7 @@ src_compile() {
cd ${S}/src
sed -i -e "s:/include/extensions:/include:g" Makefile
else
- myconf="${myconf} --disable-wacomdrv --enable-wacdump --enable-xsetwacom"
+ myconf="${myconf} --disable-wacomdrv --enable-wacdump --enable-xsetwacom --without-xf86-sdk"
econf ${myconf} || die "configure failed."
fi
cd ${S}
diff --git a/x11-misc/linuxwacom/linuxwacom-0.6.8.ebuild b/x11-misc/linuxwacom/linuxwacom-0.6.8.ebuild
index decc8f6d6c53..811c22071a63 100644
--- a/x11-misc/linuxwacom/linuxwacom-0.6.8.ebuild
+++ b/x11-misc/linuxwacom/linuxwacom-0.6.8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/linuxwacom/linuxwacom-0.6.8.ebuild,v 1.4 2005/08/22 16:29:44 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/linuxwacom/linuxwacom-0.6.8.ebuild,v 1.5 2005/12/27 20:43:37 battousai Exp $
IUSE="dlloader gtk gtk2 tcltk sdk usb"
@@ -90,7 +90,7 @@ src_compile() {
cd ${S}/src
sed -i -e "s:/include/extensions:/include:g" Makefile
else
- myconf="${myconf} --disable-wacomdrv --enable-wacdump --enable-xsetwacom"
+ myconf="${myconf} --disable-wacomdrv --enable-wacdump --enable-xsetwacom --without-xf86-sdk"
econf ${myconf} || die "configure failed."
fi
cd ${S}
diff --git a/x11-misc/linuxwacom/linuxwacom-0.6.9.ebuild b/x11-misc/linuxwacom/linuxwacom-0.6.9.ebuild
index a3e140c0986b..56e968a5f566 100644
--- a/x11-misc/linuxwacom/linuxwacom-0.6.9.ebuild
+++ b/x11-misc/linuxwacom/linuxwacom-0.6.9.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/linuxwacom/linuxwacom-0.6.9.ebuild,v 1.5 2005/12/27 09:18:50 battousai Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/linuxwacom/linuxwacom-0.6.9.ebuild,v 1.6 2005/12/27 20:43:37 battousai Exp $
IUSE="dlloader gtk gtk2 tcltk sdk usb"
@@ -92,7 +92,7 @@ src_compile() {
cd ${S}/src
sed -i -e "s:/include/extensions:/include:g" Makefile
else
- myconf="${myconf} --disable-wacomdrv --enable-wacdump --enable-xsetwacom"
+ myconf="${myconf} --disable-wacomdrv --enable-wacdump --enable-xsetwacom --without-xf86-sdk"
econf ${myconf} || die "configure failed."
fi
cd ${S}
diff --git a/x11-misc/linuxwacom/linuxwacom-0.7.2.ebuild b/x11-misc/linuxwacom/linuxwacom-0.7.2.ebuild
index 024dcada8d51..00a9e11c3775 100644
--- a/x11-misc/linuxwacom/linuxwacom-0.7.2.ebuild
+++ b/x11-misc/linuxwacom/linuxwacom-0.7.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/linuxwacom/linuxwacom-0.7.2.ebuild,v 1.1 2005/12/27 09:18:50 battousai Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/linuxwacom/linuxwacom-0.7.2.ebuild,v 1.2 2005/12/27 20:43:37 battousai Exp $
IUSE="dlloader gtk gtk2 tcltk sdk usb"
@@ -101,7 +101,7 @@ src_compile() {
cd ${S}/src
sed -i -e "s:/include/extensions:/include:g" Makefile
else
- myconf="${myconf} --disable-wacomdrv --enable-wacdump --enable-xsetwacom"
+ myconf="${myconf} --disable-wacomdrv --enable-wacdump --enable-xsetwacom --without-xf86-sdk"
econf ${myconf} || die "configure failed."
fi
cd ${S}