File: 008_libgif.diff

package info (click to toggle)
fontforge 0.0.20120101%2Bgit-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 35,756 kB
  • sloc: ansic: 556,562; sh: 236; makefile: 162; xml: 11; python: 11
file content (15 lines) | stat: -rw-r--r-- 363 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Add -lgif when linking.

This patch from the Ubuntu package by Matthias Klose <doko@ubuntu.com>. 

--- a/fontforge/Makefile.dynamic.in
+++ b/fontforge/Makefile.dynamic.in
@@ -19,7 +19,7 @@
 X_11LIB = @X_11LIB@
 X_EXTRA_LIBS = @X_EXTRA_LIBS@
 X_PRE_LIBS = @X_PRE_LIBS@
-STATIC_LIBS = @STATIC_LIBS@
+STATIC_LIBS = @STATIC_LIBS@ -lgif
 
 FF_VERSION=1
 FF_REVISION=0