~ubuntu-branches/ubuntu/trusty/3depict/trusty

« back to all changes in this revision

Viewing changes to debian/patches/FTGL-lowercase.patch

  • Committer: Package Import Robot
  • Author(s): D Haley
  • Date: 2011-12-18 19:33:32 UTC
  • mfrom: (1.2.4)
  • Revision ID: package-import@ubuntu.com-20111218193332-1motgr3vg9xeh41b
Tags: 0.0.9-1
* Update to upstream 0.0.9 
* Close powerpc bug fixed by 0.0.8-1 (Closes: #655682) 
* Close mgl font parsing bug fixed by mathgl upstream (Closes: #623431)
* Fix unclean source package (Closes: #643039)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
--- 3depict-0.0.9.orig/configure        2011-12-18 18:57:44.000000000 +0000
 
2
+++ 3depict-0.0.9/configure     2011-12-18 18:57:55.000000000 +0000
 
3
@@ -5785,7 +5785,7 @@
 
4
 if test "x$ftgl_prefix" != "x" ; then
 
5
        #use the supplied CFLAGS. assume LIBS
 
6
        FTGL_CFLAGS="-I$ftgl_prefix/include/ -L$ftgl_prefix/lib/"
 
7
-       FTGL_LIBS="-lFTGL"
 
8
+       FTGL_LIBS="-lftgl"
 
9
 else
 
10
        if test "x$ftgl_dont_use_pkg" = "xyes" ; then
 
11