[SM-Commit] GIT changes to master grimoire by Bor Kraljič (a2fdf6fb7afd5b63000b2840694aa1f8dc67a97c)

Bor Kraljič scm at sourcemage.org
Thu Jul 14 16:25:55 EDT 2011


GIT changes to master grimoire by Bor Kraljič <pyrobor at ver.si>:

 graphics-libs/poppler/BUILD   |    3 +++
 graphics-libs/poppler/HISTORY |    4 ++++
 2 files changed, 7 insertions(+)

New commits:
commit a2fdf6fb7afd5b63000b2840694aa1f8dc67a97c
Author: Bor Kraljič <pyrobor at ver.si>
Commit: Bor Kraljič <pyrobor at ver.si>

    poppler: added "-lm" to LDFLAGS to avoid ./configure problems

diff --git a/graphics-libs/poppler/BUILD b/graphics-libs/poppler/BUILD
index 2eb602a..d38dcc2 100755
--- a/graphics-libs/poppler/BUILD
+++ b/graphics-libs/poppler/BUILD
@@ -1,5 +1,8 @@
 OPTS="$POPPLER_OPTS $OPTS --disable-poppler-qt" &&
 
+# -lm fixes the ./configure problem (http://www.sourcemage.org/issues/15)
+LDFLAGS="-lm $LDFLAGS" &&
+
 if is_depends_enabled $SPELL qt4; then
   export PATH="$INSTALL_ROOT/usr/bin/qt4:$PATH"
 fi &&
diff --git a/graphics-libs/poppler/HISTORY b/graphics-libs/poppler/HISTORY
index 804a736..19a82e4 100644
--- a/graphics-libs/poppler/HISTORY
+++ b/graphics-libs/poppler/HISTORY
@@ -1,3 +1,7 @@
+2011-07-14 Bor Kraljič <pyrobor at ver.si>
+	* BUILD: added "-lm" to LDFLAGS to avoid ./configure problems
+	  (http://www.sourcemage.org/issues/15)
+
 2011-06-29 Ladislav Hagara <hgr at vabo.cz>
 	* DETAILS: 0.16.7
 


More information about the SM-Commit mailing list