]> git.pld-linux.org Git - packages/libgdiplus.git/commitdiff
- use builtin cairo, it doesn't work otherwise
authorwolf <wolf@pld-linux.org>
Sat, 18 Jun 2005 22:00:08 +0000 (22:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libgdiplus.spec -> 1.10

libgdiplus.spec

index 26ab20b71613d54422d7d12076e649957d9ef6a9..8a446643dc0d92257a79828dc933614edced45fa 100644 (file)
@@ -8,7 +8,8 @@ Group:          Libraries
 #Source0Download: http://www.mono-project.com/Downloads
 Source0:       http://www.go-mono.com/sources/%{name}-1.1/%{name}-%{version}.tar.gz
 # Source0-md5: 8b43da0990e43f2e92b7a2bdeb86f725
-Patch0:                %{name}-cairo.patch
+#Patch0:               %{name}-cairo.patch
+Patch0:                %{name}-glitz.patch
 URL:           http://www.go-mono.com/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -64,7 +65,7 @@ Statyczna biblioteka libgdiplus.
 
 %prep
 %setup -q
-%patch0 -p1
+%patch0 -p0
 
 %build
 %{__libtoolize}
@@ -73,10 +74,10 @@ Statyczna biblioteka libgdiplus.
 %{__autoheader}
 %{__automake}
 %configure \
-       --with-cairo=installed
+#      --with-cairo=installed
 
-echo "all:\n\ninstall:" > cairo/Makefile
-echo "all:\n\ninstall:" > libpixman/Makefile
+#echo "all:\n\ninstall:" > cairo/Makefile
+#echo "all:\n\ninstall:" > libpixman/Makefile
 
 %{__make}
 
This page took 0.121264 seconds and 4 git commands to generate.