Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (bde234e41818560cda9aa5425e30ac41b2d613e0)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (bde234e41818560cda9aa5425e30ac41b2d613e0)
  • Date: Sat, 9 May 2009 22:16:59 -0500

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

graphics/autotrace/HISTORY | 6 +++++
graphics/autotrace/PRE_BUILD | 3 ++
graphics/autotrace/bug140588-as-needed.patch | 29
+++++++++++++++++++++++++++
3 files changed, 38 insertions(+)

New commits:
commit bde234e41818560cda9aa5425e30ac41b2d613e0
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

autotrace: Patch from
http://bugs.gentoo.org/show_bug.cgi?id=140588 to compile using
-Wl,--as-needed in LDFLAGS

diff --git a/graphics/autotrace/HISTORY b/graphics/autotrace/HISTORY
index 49f2282..3875f48 100644
--- a/graphics/autotrace/HISTORY
+++ b/graphics/autotrace/HISTORY
@@ -1,3 +1,9 @@
+2009-05-08 Eric Sandall <sandalle AT sourcemage.org>
+ * PRE_BUILD: Apply bug140588-as-needed.patch
+ * bug140588-as-needed.patch: Patch from
+ http://bugs.gentoo.org/show_bug.cgi?id=140588 to compile using
+ -Wl,--as-needed in LDFLAGS
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.

diff --git a/graphics/autotrace/PRE_BUILD b/graphics/autotrace/PRE_BUILD
new file mode 100755
index 0000000..ab38698
--- /dev/null
+++ b/graphics/autotrace/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+patch -p1 < $SCRIPT_DIRECTORY/bug140588-as-needed.patch
diff --git a/graphics/autotrace/bug140588-as-needed.patch
b/graphics/autotrace/bug140588-as-needed.patch
new file mode 100644
index 0000000..111c199
--- /dev/null
+++ b/graphics/autotrace/bug140588-as-needed.patch
@@ -0,0 +1,29 @@
+#
+# Patch from http://bugs.gentoo.org/show_bug.cgi?id=140588
+#
+Only in autotrace-0.31.1: autotrace.spec
+diff -u autotrace-0.31.1/Makefile.am autotrace-0.31.1-fix/Makefile.am
+--- autotrace-0.31.1/Makefile.am 2002-10-30 11:51:46.000000000 -0500
++++ autotrace-0.31.1-fix/Makefile.am 2006-07-15 23:44:30.000000000 -0400
+@@ -104,7 +104,7 @@
+ output.h \
+ exception.h
+
+-libautotrace_la_LDFLAGS = -version-info
$(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
++libautotrace_la_LDFLAGS = $(LIBPNG_LDFLAGS) $(MAGICK_LDFLAGS) -version-info
$(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
+
+ #
+ # noinst_HEADERS: headers shared between lib and bin.
+Only in autotrace-0.31.1-fix: Makefile.am~
+diff -u autotrace-0.31.1/Makefile.in autotrace-0.31.1-fix/Makefile.in
+--- autotrace-0.31.1/Makefile.in 2002-11-08 13:18:43.000000000 -0500
++++ autotrace-0.31.1-fix/Makefile.in 2006-07-15 23:44:30.000000000 -0400
+@@ -194,7 +194,7 @@
+ exception.h
+
+
+-libautotrace_la_LDFLAGS = -version-info
$(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
++libautotrace_la_LDFLAGS = $(LIBPNG_LDFLAGS) $(MAGICK_LDFLAGS) -version-info
$(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
+
+ #
+ # noinst_HEADERS: headers shared between lib and bin.



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (bde234e41818560cda9aa5425e30ac41b2d613e0), Eric Sandall, 05/09/2009

Archive powered by MHonArc 2.6.24.

Top of Page