patches/agg-04-libm.diff
author trisk
Mon, 14 Dec 2009 08:57:11 +0000
changeset 2259 c0ed6d3782ea
permissions -rw-r--r--
2009-12-14 Albert Lee <[email protected]> * SFEagg.spec: *NEW* Anti-Grain Geometry (AGG) rendering engine * SFEgnash.spec: *NEW* Gnash - GNU Flash movie player * patches/agg-01-disable_gpc.diff: Disable gpc. * patches/agg-02-rpath.diff: Remove GNU ld -rpath option. * patches/agg-03-fix_recursion_crash.diff: Fix crash caused by infinite recursion. * patches/agg-04-libm.diff: Check if math library is required. * patches/gnash-01-stdc.diff: Fix uses of C library functions. * patches/gnash-02-sunpro.diff: Sun Studio support. * patches/gnash-03-gnashrc.diff: Improved $GNASHRC list parsing. * patches/gnash-04-plugin.diff: Portability and other fixes for plugin.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2259
c0ed6d3782ea 2009-12-14 Albert Lee <[email protected]>
trisk
parents:
diff changeset
     1
--- agg-2.5.orig/configure.in	2006-10-09 00:06:36.000000000 -0400
c0ed6d3782ea 2009-12-14 Albert Lee <[email protected]>
trisk
parents:
diff changeset
     2
+++ agg-2.5/configure.in	2009-12-10 20:21:30.410763640 -0500
c0ed6d3782ea 2009-12-14 Albert Lee <[email protected]>
trisk
parents:
diff changeset
     3
@@ -36,6 +36,9 @@
c0ed6d3782ea 2009-12-14 Albert Lee <[email protected]>
trisk
parents:
diff changeset
     4
 fi
c0ed6d3782ea 2009-12-14 Albert Lee <[email protected]>
trisk
parents:
diff changeset
     5
 AM_CONDITIONAL(ENABLE_CTRL,test x$enable_ctrl != xno)
c0ed6d3782ea 2009-12-14 Albert Lee <[email protected]>
trisk
parents:
diff changeset
     6
 
c0ed6d3782ea 2009-12-14 Albert Lee <[email protected]>
trisk
parents:
diff changeset
     7
+# check if math library is required
c0ed6d3782ea 2009-12-14 Albert Lee <[email protected]>
trisk
parents:
diff changeset
     8
+AC_SEARCH_LIBS(atan2, m)
c0ed6d3782ea 2009-12-14 Albert Lee <[email protected]>
trisk
parents:
diff changeset
     9
+
c0ed6d3782ea 2009-12-14 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    10
 # used as platform library in examples:
c0ed6d3782ea 2009-12-14 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    11
 # todo, make the PREFERED_PLATFORM selectable, after the set of possible 
c0ed6d3782ea 2009-12-14 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    12
 # Platforms to link the examples have been evaluated.