Module submission - wxGTK
dveatch@woh.rr.com
dveatch at woh.rr.com
Tue Jul 26 17:22:29 UTC 2005
module name : wxGTK
suggested section : libs
update (y/n) : n
bugfix (y/n) : y
security (y/n) : n
Calling it a bug fix, though probably not right.
Needed to add a couple of contrib subdirs in order to get
pgadmin3 to compile.
Additionally had to add disable-shared. On that I am not sure how it
will affect other modules that might use wxGTK. Those who use them might
want to test this though I don't forsee that being a problem.
dveatch
-------------- next part --------------
--- wxGTK/BUILD 2005-06-04 22:01:45.000000000 -0400
+++ wxGTK/BUILD 2005-07-26 13:16:05.000000000 -0400
@@ -2,9 +2,22 @@
./configure --build=$BUILD \
--prefix=/usr \
--with-gtk \
+ --enable-gtk2 \
--enable-unicode \
--enable-optimise \
+ --disable-shared \
$OPTS &&
- default_make
+
+ default_make &&
+
+# These are needed to get pgadmin3 to compile.
+
+ cd contrib/src/stc &&
+ make &&
+ make install &&
+
+ cd ../ogl &&
+ make all &&
+ make install
) > $C_FIFO 2>&1
--- wxGTK/DETAILS 2005-06-04 22:01:45.000000000 -0400
+++ wxGTK/DETAILS 2005-07-26 13:22:25.000000000 -0400
@@ -6,7 +6,7 @@
SOURCE_VFY=sha1:e7f46b0eb83fb0e316e0d5b49fd38b3b7f00b95b
WEB_SITE=http://www.wxwidgets.org/
ENTERED=20011217
- UPDATED=20050604
+ UPDATED=20050726
SHORT="wxGTK is a GTK+ verion of wxWindows API."
cat << EOF
-------------- next part --------------
lvu submit wxGTK e36efbe7365683dfda96e582eae7c51b -
2.6.12.3 2.6.12 gcc-3.3.3 glibc-2.3.3
More information about the Lunar
mailing list