]> git.pld-linux.org Git - packages/perl-Wx.git/commitdiff
- fixed wx variant selection auto/th/perl-Wx-0.9923-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 11 Jan 2015 16:14:15 +0000 (17:14 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 11 Jan 2015 16:14:15 +0000 (17:14 +0100)
perl-Wx.spec

index b1a330939b910f7e7aa5047737413d9cfaec96b4..3314fdda6e849a407ab025c8aafc82a458a575fa 100644 (file)
@@ -61,9 +61,10 @@ Pakiet do rozwijania oprogramowania przy użyciu wxPerla.
 %setup -q -n Wx-%{version}
 
 %build
-export WX_CONFIG=wx-gtk%{?with_gtk3:3}%{!?with_gtk3:2}-%{?with_unicode:unicode}%{!?with_unicode:ansi}-config
 %{__perl} Makefile.PL \
-       INSTALLDIRS=vendor
+       INSTALLDIRS=vendor \
+       --wx-toolkit=gtk%{!?with_gtk3:2} \
+       --%{!?with_unicode:no-}wx-unicode
 %{__make} \
        CC="%{__cxx}" \
        OPTIMIZE="%{rpmcflags}"
This page took 0.144426 seconds and 4 git commands to generate.