File: 02_linking_fontconfig.patch

package info (click to toggle)
freesci 0.3.5-8
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 1,076 kB
  • ctags: 15
  • sloc: makefile: 144
file content (13 lines) | stat: -rw-r--r-- 659 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
--- freesci-0.3.5/configure.in	2008-01-26 15:01:36.000000000 +0100
+++ freesci-0.3.5/configure.in	2008-01-26 15:02:09.000000000 +0100
@@ -148,7 +148,9 @@
 	AC_CHECK_HEADERS([X11/Xft/Xft.h])
 	AC_CHECK_LIB(Xft, XftDisplayInfoGet, [X_LIBS="$XLIBS -lXft"])
 	AC_CHECK_HEADERS(X11/extensions/Xrender.h, [X_LIBS="$XLIBS -lXrender"])
-	AC_CHECK_LIB(fontconfig, FcInit, [X_LIBS="$X_LIBS -lfontconfig"])
+	# we don't use fontconfig directly, so no need to check for it
+	# the linker will pull it in through the dependencies
+	# AC_CHECK_LIB(fontconfig, FcInit, [X_LIBS="$X_LIBS -lfontconfig"])
 fi
 
 AC_MSG_CHECKING(for Alpha hardware and gcc or ccc style __asm__)