]> git.pld-linux.org Git - packages/freeglut.git/commitdiff
- obvious gcc42 fix. auto/th/freeglut-2_4_0-1
authorPaweł Sikora <pluto@pld-linux.org>
Wed, 1 Nov 2006 21:03:11 +0000 (21:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    freeglut.spec -> 1.4

freeglut.spec

index 08ddd6a90337c819ca1d46c38e63f8091b505dd6..e36f9685b3d470cafd0aa23d825ceca8faf75773 100644 (file)
@@ -7,6 +7,7 @@ License:        MIT
 Group:         Libraries
 Source0:       http://dl.sourceforge.net/freeglut/%{name}-%{version}.tar.gz
 # Source0-md5: 6d16873bd876fbf4980a927cfbc496a1
+Patch0:                %{name}-gcc4.patch
 URL:           http://freeglut.sourceforge.net/
 BuildRequires: OpenGL-GLU-devel
 BuildRequires: autoconf >= 2.59-9
@@ -73,6 +74,7 @@ Statyczna biblioteka freeglut.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %{__libtoolize}
This page took 0.175076 seconds and 4 git commands to generate.