X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2b5f62a0b2db198609b45dec622a018dae37008e..d85c53a5cce15fd76db23a0e9d3b8f169c7e1030:/wxMGL.spec diff --git a/wxMGL.spec b/wxMGL.spec index 5dcd4f4eec..ac43b5fd70 100644 --- a/wxMGL.spec +++ b/wxMGL.spec @@ -1,6 +1,6 @@ %define pref /usr -%define ver 2.3.4 -%define ver2 2.3 +%define ver 2.5.1 +%define ver2 2.5 %define rel 1 Summary: The SciTech MGL port of the wxWindows library @@ -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 ..