~ubuntu-branches/ubuntu/lucid/freetype/lucid

« back to all changes in this revision

Viewing changes to debian/patches/310-ft2demos-2.1.9-graph-link.diff

  • Committer: Bazaar Package Importer
  • Author(s): Will Newton
  • Date: 2005-06-13 00:44:29 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20050613004429-0g6a3ogemtiiho7e
Tags: 2.1.10-1
* New upstream (Closes: #298660, #245532).
* New maintainer, co-maintainer required!
* Disable CJK autohinting patch due to incompatability with this version
  of freetype.
* Remove some very old unapplied patches.
* Add freetype-config.1 manpage.
* Add doc-base file for development docs. (Closes: #280827)
* Fix build with non-default umask. (Closes: #307464, #166511)
* Patch merged upstream. (Closes: #252673)
* Acknowledge NMUS.
  (Closes: #221597, #225119, #226380, #249443, #251473, #302269, #259875)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
--- ft2demos-2.1.9~/graph/x11/rules.mk  2005-05-28 17:30:38.382184104 +0100
 
2
+++ ft2demos-2.1.9/graph/x11/rules.mk   2005-05-28 17:29:13.836037072 +0100
 
3
@@ -72,7 +72,7 @@
 
4
   #ifeq ($(PLATFORM),unix)
 
5
   #  GRAPH_LINK += $(X11_LIB:%=-R%)
 
6
   #endif
 
7
-  GRAPH_LINK += $(X11_LIB:%=-L%) -lX11
 
8
+  GRAPH_LINK += $(X11_LIB:%=-L%) -lX11 -lm
 
9
 
 
10
   # Solaris needs a -lsocket in GRAPH_LINK.
 
11
   #