freetype/ft2demos-2.1.9-mathlib.patch
cvsdist cd6b663478 auto-import changelog data from freetype-2.1.9-1.src.rpm
Wed Aug 04 2004 Owen Taylor <otaylor@redhat.com> - 2.1.9-1
- Upgrade to 2.1.9
- Since we are just using automake for aclocal, use it unversioned, instead
    of specifying 1.4.
2004-09-09 04:57:20 +00:00

12 lines
382 B
Diff

--- ft2demos-2.1.9/graph/x11/rules.mk.mathlib 2004-08-04 16:11:22.534818408 -0400
+++ ft2demos-2.1.9/graph/x11/rules.mk 2004-08-04 16:11:35.317875088 -0400
@@ -70,7 +70,7 @@
ifeq ($(PLATFORM),unix)
GRAPH_LINK += $(X11_LIB:%=-R%)
endif
- GRAPH_LINK += $(X11_LIB:%=-L%) -lX11
+ GRAPH_LINK += $(X11_LIB:%=-L%) -lX11 -lm
# Solaris needs a -lsocket in GRAPH_LINK.
#