summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2012-05-27 18:00:31 +0000
committerMatt Turner <mattst88@gentoo.org>2012-05-27 18:00:31 +0000
commit3ff64baaf39de7b07c92a67145c5aeba3c30674e (patch)
treed69e15c1cb3bc386dc16f7f43a6188ac3e455f5f /x11-libs/libXaw3d
parentLeave dev-util/pkgconfig-openbsd as last since it'ss not to be considered as ... (diff)
downloadgentoo-2-3ff64baaf39de7b07c92a67145c5aeba3c30674e.tar.gz
gentoo-2-3ff64baaf39de7b07c92a67145c5aeba3c30674e.tar.bz2
gentoo-2-3ff64baaf39de7b07c92a67145c5aeba3c30674e.zip
Add --enable-arrow-scrollbars and --enable-gray-stipples to configure to stay consistent with libXaw3d-1.5, bug 417635.
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/libXaw3d')
-rw-r--r--x11-libs/libXaw3d/ChangeLog6
-rw-r--r--x11-libs/libXaw3d/libXaw3d-1.6.2.ebuild4
2 files changed, 8 insertions, 2 deletions
diff --git a/x11-libs/libXaw3d/ChangeLog b/x11-libs/libXaw3d/ChangeLog
index 501226824410..bc5d074c623b 100644
--- a/x11-libs/libXaw3d/ChangeLog
+++ b/x11-libs/libXaw3d/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-libs/libXaw3d
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXaw3d/ChangeLog,v 1.13 2012/05/25 11:36:42 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXaw3d/ChangeLog,v 1.14 2012/05/27 18:00:31 mattst88 Exp $
+
+ 27 May 2012; Matt Turner <mattst88@gentoo.org> libXaw3d-1.6.2.ebuild:
+ Add --enable-arrow-scrollbars and --enable-gray-stipples to configure to stay
+ consistent with libXaw3d-1.5, bug 417635.
25 May 2012; Agostino Sarubbo <ago@gentoo.org> libXaw3d-1.6.2.ebuild:
Stable for amd64, wrt bug #417317
diff --git a/x11-libs/libXaw3d/libXaw3d-1.6.2.ebuild b/x11-libs/libXaw3d/libXaw3d-1.6.2.ebuild
index 19ef4c3ffcd8..8f6ed43ad531 100644
--- a/x11-libs/libXaw3d/libXaw3d-1.6.2.ebuild
+++ b/x11-libs/libXaw3d/libXaw3d-1.6.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXaw3d/libXaw3d-1.6.2.ebuild,v 1.4 2012/05/25 11:36:42 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXaw3d/libXaw3d-1.6.2.ebuild,v 1.5 2012/05/27 18:00:31 mattst88 Exp $
EAPI=4
inherit xorg-2
@@ -23,6 +23,8 @@ DEPEND="${RDEPEND}
pkg_setup() {
XORG_CONFIGURE_OPTIONS=(
$(use_enable unicode internationalization)
+ --enable-arrow-scrollbars
+ --enable-gray-stipples
)
xorg-2_pkg_setup