/[packages]/cauldron/SDL_ttf/current/SOURCES/SDL_ttf-2.0.10-linkage.patch
ViewVC logotype

Annotation of /cauldron/SDL_ttf/current/SOURCES/SDL_ttf-2.0.10-linkage.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 142702 - (hide annotations) (download)
Mon Sep 12 12:43:38 2011 UTC (12 years, 7 months ago) by fwang
File size: 722 byte(s)
fix linkage
1 fwang 142702 --- Makefile.am.link 2011-09-12 14:39:00.000000000 +0200
2     +++ Makefile.am 2011-09-12 14:41:24.000000000 +0200
3     @@ -9,6 +9,8 @@
4     libSDL_ttf_la_SOURCES = \
5     SDL_ttf.c
6    
7     +libSDL_ttf_la_LIBADD = -lm
8     +
9     EXTRA_DIST = \
10     CHANGES \
11     version.rc \
12     --- Makefile.in.link 2011-09-12 14:39:09.000000000 +0200
13     +++ Makefile.in 2011-09-12 14:41:06.000000000 +0200
14     @@ -85,7 +85,7 @@
15     am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkgconfigdir)" \
16     "$(DESTDIR)$(libSDL_ttfincludedir)"
17     LTLIBRARIES = $(lib_LTLIBRARIES)
18     -libSDL_ttf_la_LIBADD =
19     +libSDL_ttf_la_LIBADD = -lm
20     am_libSDL_ttf_la_OBJECTS = SDL_ttf.lo
21     libSDL_ttf_la_OBJECTS = $(am_libSDL_ttf_la_OBJECTS)
22     libSDL_ttf_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \

  ViewVC Help
Powered by ViewVC 1.1.30