Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (7c312f2c400c8fe661054cc3e2503c9b3864cf03)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pol Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (7c312f2c400c8fe661054cc3e2503c9b3864cf03)
  • Date: Thu, 10 Sep 2009 15:16:56 -0500

GIT changes to master grimoire by Pol Vinogradov <vin.public AT gmail.com>:

graphics-libs/agg/HISTORY | 4 ++++
graphics-libs/agg/PRE_BUILD | 1 +
graphics-libs/agg/agg-2.5-libtool22_fix-1.patch | 24
++++++++++++++++++++++++
3 files changed, 29 insertions(+)

New commits:
commit 7c312f2c400c8fe661054cc3e2503c9b3864cf03
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

graphics-libs/agg: added patch for right X headers and libs detection

diff --git a/graphics-libs/agg/HISTORY b/graphics-libs/agg/HISTORY
index 729505f..6df8f95 100644
--- a/graphics-libs/agg/HISTORY
+++ b/graphics-libs/agg/HISTORY
@@ -1,3 +1,7 @@
+2009-09-10 Pol Vinogradov <vin.public AT gmail.com>
+ * PRE_BUILD, agg-2.5-libtool22_fix-1.patch: added patch for right X
+ headers and libs detection
+
2008-03-18 Eric Sandall <sandalle AT sourcemage.org>
* DEPENDS: Switch X11-LIBS to the one and only xorg-libs

diff --git a/graphics-libs/agg/PRE_BUILD b/graphics-libs/agg/PRE_BUILD
index 0326172..61e28c4 100755
--- a/graphics-libs/agg/PRE_BUILD
+++ b/graphics-libs/agg/PRE_BUILD
@@ -1,5 +1,6 @@
default_pre_build &&
cd $SOURCE_DIRECTORY &&
+patch -p1 < $SCRIPT_DIRECTORY/agg-2.5-libtool22_fix-1.patch &&
sedit '/configure/d' autogen.sh &&
chmod +x autogen.sh &&
./autogen.sh
diff --git a/graphics-libs/agg/agg-2.5-libtool22_fix-1.patch
b/graphics-libs/agg/agg-2.5-libtool22_fix-1.patch
new file mode 100644
index 0000000..e41ebea
--- /dev/null
+++ b/graphics-libs/agg/agg-2.5-libtool22_fix-1.patch
@@ -0,0 +1,24 @@
+Submitted By: Ken Moffat <ken at linuxfromscratch dot org>
+Date: 2008-10-15
+Initial Package Version: 2.5
+Upstream Status: unknown
+Origin: Opensuse
+Description: Allows agg-2.5 to link with libtool-2.2
+
+diff -Naur agg-2.5.orig/configure.in agg-2.5/configure.in
+--- agg-2.5.orig/configure.in 2006-10-09 05:06:36.000000000 +0100
++++ agg-2.5/configure.in 2008-10-15 22:36:39.000000000 +0100
+@@ -121,6 +121,13 @@
+ AC_MSG_WARN([*** X11 not found! Omitting X11 layer.])
+ fi
+ AM_CONDITIONAL(ENABLE_X11,[test x$no_x = x -a xno != x$enable_platform -a
x$win32_host != xyes])
++if test x"$x_includes" = x; then
++ x_includes="/usr/include"
++fi
++AC_SUBST(x_includes)
++if test x"$x_libraries" = x; then
++ x_libraries="/usr/lib"
++fi
+ AC_SUBST(x_includes)
+ AC_SUBST(x_libraries)
+ dnl ###############################################



  • [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (7c312f2c400c8fe661054cc3e2503c9b3864cf03), Pol Vinogradov, 09/10/2009

Archive powered by MHonArc 2.6.24.

Top of Page