]> git.saurik.com Git - wxWidgets.git/blobdiff - wxMGL.spec
fixes for page positioning for notebooks with wxNB_MULTILINE style (closes bugs 70909...
[wxWidgets.git] / wxMGL.spec
index fe4a9857315ce5770c8e67ae2673474455141198..ac43b5fd7018d1fea019bdab70294561cda6fc10 100644 (file)
@@ -1,5 +1,5 @@
 %define pref /usr
-%define ver 2.5.0
+%define ver 2.5.1
 %define ver2 2.5
 %define rel 1
 
@@ -58,13 +58,13 @@ fi
 
 mkdir obj-shared
 cd obj-shared
-../configure --prefix=%{pref} --enable-soname --with-mgl
+../configure --prefix=%{pref} --with-mgl --disable-fs_inet
 $MAKE
 cd ..
 
 mkdir obj-static
 cd obj-static
-../configure --prefix=%{pref} --disable-shared --with-mgl
+../configure --prefix=%{pref} --disable-shared --with-mgl --disable-fs_inet
 $MAKE
 cd ..