X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/86ec2935209fa9ea25a14f028235d8706983775e..2370fd3a74c058d9d619407a7a7f1a42f8a12fa5:/wxMGL.spec diff --git a/wxMGL.spec b/wxMGL.spec index 6c6c31f77f..ac43b5fd70 100644 --- a/wxMGL.spec +++ b/wxMGL.spec @@ -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} --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 ..