summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2003-10-08 00:09:43 +0000
committerAlastair Tse <liquidx@gentoo.org>2003-10-08 00:09:43 +0000
commit475c0d8653cfa0b29bc5a5c09ba72164a1e918e0 (patch)
treef44b127c1cab57a37916774b9ae637e9c6c2857e /x11-libs/wxGTK
parentsmall touchup (diff)
downloadhistorical-475c0d8653cfa0b29bc5a5c09ba72164a1e918e0.tar.gz
historical-475c0d8653cfa0b29bc5a5c09ba72164a1e918e0.tar.bz2
historical-475c0d8653cfa0b29bc5a5c09ba72164a1e918e0.zip
whitespace
Diffstat (limited to 'x11-libs/wxGTK')
-rw-r--r--x11-libs/wxGTK/Manifest2
-rw-r--r--x11-libs/wxGTK/wxGTK-2.4.2.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/x11-libs/wxGTK/Manifest b/x11-libs/wxGTK/Manifest
index 6f298e87ebc6..5789f192aec8 100644
--- a/x11-libs/wxGTK/Manifest
+++ b/x11-libs/wxGTK/Manifest
@@ -3,7 +3,7 @@ MD5 4fca175f747a090fd2b7b8ce22fbc06d metadata.xml 162
MD5 f2c6a482f909a8b55480b1ba1cb662f3 wxGTK-2.4.0.ebuild 2697
MD5 5930febd267796b3c7bef3c18132ffeb wxGTK-2.4.1-r1.ebuild 2683
MD5 4d34b0942b01217ef99c488f6c42c79c wxGTK-2.4.1.ebuild 2497
-MD5 9ba40725b8334e44a6bfef21af45c848 wxGTK-2.4.2.ebuild 2328
+MD5 6a86c28c4c0b14b50365f12c3d994f6a wxGTK-2.4.2.ebuild 2327
MD5 16ea0622454512339b2c613af61a9aa4 files/digest-wxGTK-2.4.0 65
MD5 86ee1d94ec752953d445a824f643fef5 files/digest-wxGTK-2.4.1 65
MD5 86ee1d94ec752953d445a824f643fef5 files/digest-wxGTK-2.4.1-r1 65
diff --git a/x11-libs/wxGTK/wxGTK-2.4.2.ebuild b/x11-libs/wxGTK/wxGTK-2.4.2.ebuild
index 6bfef5dc2503..02e404e8fa80 100644
--- a/x11-libs/wxGTK/wxGTK-2.4.2.ebuild
+++ b/x11-libs/wxGTK/wxGTK-2.4.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-2.4.2.ebuild,v 1.2 2003/10/08 00:04:29 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-2.4.2.ebuild,v 1.3 2003/10/08 00:09:38 liquidx Exp $
DESCRIPTION="GTK+ version of wxWindows, a cross-platform C++ GUI toolkit."
SRC_URI="mirror://sourceforge/wxwindows/${P}.tar.bz2"
@@ -59,7 +59,7 @@ src_compile() {
use gtk2 && use unicode && myconf="${myconf} --enable-unicode"
# only enable odbc if unicode is not enabled.
( use gtk2 && use unicode ) || myconf="${myconf} --with-odbc"
-
+
econf ${myconf}
emake || die "make failed"