]> git.pld-linux.org Git - packages/wings.git/commitdiff
- added pic.patch (fix building jpeg plugin) master
authorArtur Frysiak <artur@frysiak.net>
Sun, 28 Dec 2008 18:17:10 +0000 (18:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    wings.spec -> 1.3

wings.spec

index 37021aa785b9494fec209ecc2b3266841a36091b..aeffc698dcad440a25253d0f52a45c69b3d919e5 100644 (file)
@@ -7,6 +7,7 @@ License:        BSD
 Group:         Applications
 Source0:       http://downloads.sourceforge.net/wings/wings-%{version}.tar.bz2
 # Source0-md5: 148f28cd97c8d3d2426b34b53c385cb5
+Patch0:                %{name}-pic.patch
 URL:           http://www.wings3d.com/
 BuildRequires: OpenGL-devel
 BuildRequires: erlang
@@ -24,9 +25,10 @@ There is no support in Wings for doing animations.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
-%{__make} -j1 \
+%{__make} -j1 unix \
        ESDL_PATH=%{_libdir}/erlang/lib/esdl
 
 %install
This page took 0.053066 seconds and 4 git commands to generate.