diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-04-27 11:08:15 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-04-27 11:08:15 +0800 |
commit | c64dd7234ce0605cf3aece76444e7c60cdd0d4e3 (patch) | |
tree | 351bcacf99826c663dd1ffe51b90d3e6f43cf0cd /graphics/librsvg2/files/patch-Makefile.in | |
parent | 702d3d5afed05c4b799421f841eee38651f3ed98 (diff) | |
download | marcuscom-ports-c64dd7234ce0605cf3aece76444e7c60cdd0d4e3.tar marcuscom-ports-c64dd7234ce0605cf3aece76444e7c60cdd0d4e3.tar.gz marcuscom-ports-c64dd7234ce0605cf3aece76444e7c60cdd0d4e3.tar.bz2 marcuscom-ports-c64dd7234ce0605cf3aece76444e7c60cdd0d4e3.tar.lz marcuscom-ports-c64dd7234ce0605cf3aece76444e7c60cdd0d4e3.tar.xz marcuscom-ports-c64dd7234ce0605cf3aece76444e7c60cdd0d4e3.tar.zst marcuscom-ports-c64dd7234ce0605cf3aece76444e7c60cdd0d4e3.zip |
Update to 2.34.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15885 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/librsvg2/files/patch-Makefile.in')
-rw-r--r-- | graphics/librsvg2/files/patch-Makefile.in | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/graphics/librsvg2/files/patch-Makefile.in b/graphics/librsvg2/files/patch-Makefile.in new file mode 100644 index 000000000..d2009b700 --- /dev/null +++ b/graphics/librsvg2/files/patch-Makefile.in @@ -0,0 +1,19 @@ +--- Makefile.in.orig 2010-07-07 13:03:21.000000000 +0200 ++++ Makefile.in 2010-07-07 13:04:07.000000000 +0200 +@@ -155,7 +155,6 @@ + am_rsvg_view_3_OBJECTS = rsvg_view_3-test-display.$(OBJEXT) + rsvg_view_3_OBJECTS = $(am_rsvg_view_3_OBJECTS) + rsvg_view_3_DEPENDENCIES = \ +- $(top_builddir)/librsvg-@RSVG_API_MAJOR_VERSION@.la \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) +@@ -563,7 +562,7 @@ + + rsvg_view_3_LDFLAGS = + rsvg_view_3_LDADD = \ +- $(top_builddir)/librsvg-@RSVG_API_MAJOR_VERSION@.la \ ++ -lrsvg-2 \ + $(GTK3_LIBS) \ + $(LIBRSVG_LIBS) \ + $(LIBCROCO_LIBS) \ |