]> git.pld-linux.org Git - packages/agg.git/commitdiff
- fix building with latest ac/am auto/th/agg-2.5-7
authorJan Rękorajski <baggins@pld-linux.org>
Sat, 4 Apr 2015 23:29:36 +0000 (23:29 +0000)
committerJan Rękorajski <baggins@pld-linux.org>
Sat, 4 Apr 2015 23:29:36 +0000 (23:29 +0000)
- rel 7

ac.patch [new file with mode: 0644]
agg.spec

diff --git a/ac.patch b/ac.patch
new file mode 100644 (file)
index 0000000..92d53dd
--- /dev/null
+++ b/ac.patch
@@ -0,0 +1,10 @@
+--- agg-2.5/configure.in~      2006-10-09 04:06:36.000000000 +0000
++++ agg-2.5/configure.in       2015-04-04 23:25:20.835809908 +0000
+@@ -8,7 +8,6 @@
+ AC_PROG_CC
+ AC_PROG_CXX
+ AC_ISC_POSIX
+-AM_C_PROTOTYPES
+ if test "x$U" != "x"; then
+   AC_MSG_ERROR(Compiler not ANSI compliant)
+ fi
index 0ef3aee86a59c906443e276f69b83960c4d4aeda..45de61d9b74283e94b776d5742ab5af8e3d4663a 100644 (file)
--- a/agg.spec
+++ b/agg.spec
@@ -2,12 +2,13 @@ Summary:      A High Quality Rendering Engine for C++
 Summary(pl.UTF-8):     Silnik renderujący wysokiej jakości dla C++
 Name:          agg
 Version:       2.5
 Summary(pl.UTF-8):     Silnik renderujący wysokiej jakości dla C++
 Name:          agg
 Version:       2.5
-Release:       6
+Release:       7
 License:       GPL v2+
 Group:         Libraries
 Source0:       http://www.antigrain.com/%{name}-%{version}.tar.gz
 # Source0-md5: ddc67cbdc7d51e1ec984c2ac2724c08a
 Patch0:                %{name}-depends.patch
 License:       GPL v2+
 Group:         Libraries
 Source0:       http://www.antigrain.com/%{name}-%{version}.tar.gz
 # Source0-md5: ddc67cbdc7d51e1ec984c2ac2724c08a
 Patch0:                %{name}-depends.patch
+Patch1:                ac.patch
 URL:           http://www.antigrain.com/
 BuildRequires: SDL-devel
 BuildRequires: autoconf
 URL:           http://www.antigrain.com/
 BuildRequires: SDL-devel
 BuildRequires: autoconf
@@ -76,6 +77,7 @@ Statyczna biblioteka agg.
 %prep
 %setup -q
 %patch0 -p1
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 %{__libtoolize}
 
 %build
 %{__libtoolize}
This page took 0.092928 seconds and 4 git commands to generate.