]> git.pld-linux.org Git - packages/t1lib.git/blame - t1lib-link.patch
- rel 2
[packages/t1lib.git] / t1lib-link.patch
CommitLineData
2658af25
JB
1--- t1lib-5.0.1/lib/Makefile.in.orig 2004-03-02 00:49:43.000000000 +0100
2+++ t1lib-5.0.1/lib/Makefile.in 2004-03-02 00:57:04.186039952 +0100
3@@ -128,7 +128,7 @@
4
5 libt1.la: $(TYPE1_OBJS) $(T1LIB_OBJS)
6 $(LIBTOOL) --mode=link \
7- $(CC) -o $@ $(TYPE1_OBJS) $(T1LIB_OBJS) \
8+ $(CC) -o $@ $(TYPE1_OBJS) $(T1LIB_OBJS) -lm \
9 -version-info @T1LIB_LT_CURRENT@:@T1LIB_LT_REVISION@:@T1LIB_LT_AGE@ \
10 -rpath $(libdir)
11 cp t1lib/t1lib.h .
12@@ -136,7 +136,7 @@
13
14 libt1x.la: $(T1LIBX_OBJS)
15 $(LIBTOOL) --mode=link \
16- $(CC) -o $@ $(T1LIBX_OBJS) \
17+ $(CC) -o $@ $(T1LIBX_OBJS) libt1.la $(X_LIBS) -lX11 \
18 -version-info @T1LIB_LT_CURRENT@:@T1LIB_LT_REVISION@:@T1LIB_LT_AGE@ \
19 -rpath $(libdir)
20 cp t1lib/t1libx.h .
This page took 0.039898 seconds and 4 git commands to generate.