]> git.pld-linux.org Git - packages/agg.git/commitdiff
- from fedora cvs (http://cvs.fedora.redhat.com/viewcvs/rpms/agg/devel/)
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 23 Jan 2007 22:40:33 +0000 (22:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    agg-depends.patch -> 1.1

agg-depends.patch [new file with mode: 0644]

diff --git a/agg-depends.patch b/agg-depends.patch
new file mode 100644 (file)
index 0000000..3648877
--- /dev/null
@@ -0,0 +1,34 @@
+diff -ru agg-2.4.orig/font_freetype/Makefile.am agg-2.4/font_freetype/Makefile.am
+--- agg-2.4.orig/font_freetype/Makefile.am     2005-10-18 11:45:40.000000000 +0100
++++ agg-2.4/font_freetype/Makefile.am  2006-07-10 15:11:55.000000000 +0100
+@@ -4,8 +4,9 @@
+ agginclude_HEADERS = agg_font_freetype.h
+ lib_LTLIBRARIES = libaggfontfreetype.la
+-libaggfontfreetype_la_LDFLAGS = -version-info @AGG_LIB_VERSION@ @FREETYPE_LIBS@ 
++libaggfontfreetype_la_LDFLAGS = -version-info @AGG_LIB_VERSION@ @FREETYPE_LIBS@
+ libaggfontfreetype_la_SOURCES = agg_font_freetype.cpp
+ libaggfontfreetype_la_CXXFLAGS = -I$(top_srcdir)/include @FREETYPE_CFLAGS@ 
++libaggfontfreetype_la_LIBADD = ../src/libagg.la
+ endif
+diff -ru agg-2.4.orig/src/platform/sdl/Makefile.am agg-2.4/src/platform/sdl/Makefile.am
+--- agg-2.4.orig/src/platform/sdl/Makefile.am  2005-10-17 23:49:35.000000000 +0100
++++ agg-2.4/src/platform/sdl/Makefile.am       2006-07-10 15:11:55.000000000 +0100
+@@ -5,6 +5,6 @@
+ libaggplatformsdl_la_LDFLAGS = -version-info @AGG_LIB_VERSION@
+ libaggplatformsdl_la_SOURCES = agg_platform_support.cpp
+ libaggplatformsdl_la_CXXFLAGS = -I$(top_srcdir)/include @SDL_CFLAGS@
+-libaggplatformsdl_la_LIBADD = @SDL_LIBS@
++libaggplatformsdl_la_LIBADD = @SDL_LIBS@ ../../libagg.la
+ endif
+diff -ru agg-2.4.orig/src/platform/X11/Makefile.am agg-2.4/src/platform/X11/Makefile.am
+--- agg-2.4.orig/src/platform/X11/Makefile.am  2005-10-19 19:11:35.000000000 +0100
++++ agg-2.4/src/platform/X11/Makefile.am       2006-07-10 15:11:55.000000000 +0100
+ libaggplatformX11_la_LDFLAGS = -version-info @AGG_LIB_VERSION@  -L@x_libraries@
+ libaggplatformX11_la_SOURCES = agg_platform_support.cpp
+ libaggplatformX11_la_CXXFLAGS =  -I$(top_srcdir)/include -I@x_includes@
+-libaggplatformX11_la_LIBADD = -lX11
++libaggplatformX11_la_LIBADD = -lX11 ../../libagg.la
+ endif
This page took 0.076507 seconds and 4 git commands to generate.