missed a patch in previous commit of Xorg-server commit
authorJohn Crispin <john@openwrt.org>
Fri, 21 Sep 2007 19:32:16 +0000 (19:32 +0000)
committerJohn Crispin <john@openwrt.org>
Fri, 21 Sep 2007 19:32:16 +0000 (19:32 +0000)
SVN-Revision: 8937

XOrg/server/xorg-server-X11R7.2/patches/100-uclibc-lm.patch [new file with mode: 0644]

diff --git a/XOrg/server/xorg-server-X11R7.2/patches/100-uclibc-lm.patch b/XOrg/server/xorg-server-X11R7.2/patches/100-uclibc-lm.patch
new file mode 100644 (file)
index 0000000..56bd78d
--- /dev/null
@@ -0,0 +1,12 @@
+diff -urN xorg-server-X11R7.2-1.2.0.orig/hw/xfree86/utils/gtf/Makefile.in xorg-server-X11R7.2-1.2.0/hw/xfree86/utils/gtf/Makefile.in
+--- xorg-server-X11R7.2-1.2.0.orig/hw/xfree86/utils/gtf/Makefile.in    2007-09-14 21:23:18.000000000 +0200
++++ xorg-server-X11R7.2-1.2.0/hw/xfree86/utils/gtf/Makefile.in 2007-09-14 21:23:42.000000000 +0200
+@@ -576,7 +576,7 @@
+ xpconfigdir = @xpconfigdir@
+ gtf_SOURCES = gtf.c
+ gtf_CFLAGS = $(XORG_CFLAGS)
+-gtf_LDADD = -lm
++gtf_LDADD = -lm -lnotimpl
+ appmandir = $(APP_MAN_DIR)
+ appman_PRE = gtf.man
+ appman_DATA = $(appman_PRE:man=@APP_MAN_SUFFIX@)