]> git.pld-linux.org Git - packages/t1lib.git/blame - t1lib-link.patch
- R: findutils (t1libconfig dep)
[packages/t1lib.git] / t1lib-link.patch
CommitLineData
c88fce5c
JB
1--- t1lib-5.1.2/lib/Makefile.in.orig 2007-12-23 16:49:42.000000000 +0100
2+++ t1lib-5.1.2/lib/Makefile.in 2008-01-13 13:29:50.976113311 +0100
3@@ -24,7 +24,7 @@
4 X_LIBS = @X_LIBS@
5 TOPSRC = @top_srcdir@
6 XPM_LIB = -lXpm
7-XLIB = @X_PRE_LIBS@ -lXext -lX11 @X_EXTRA_LIBS@
8+XLIB = -lX11 @X_EXTRA_LIBS@
9 LDFLAGS = @LDFLAGS@
10 LDLIBS = @LDLIBS@
11 AR = ar rc
12@@ -137,7 +137,7 @@
13 $(LIBTOOL) --mode=link \
14 $(CC) $(LDFLAGS) -o $@ $(T1LIBX_OBJS) \
15 -version-info @T1LIB_LT_CURRENT@:@T1LIB_LT_REVISION@:@T1LIB_LT_AGE@ \
16- libt1.la $(X_LIBS) $(XPM_LIB) $(XLIB) -no-undefined -rpath $(libdir)
17+ libt1.la $(X_LIBS) $(XLIB) -no-undefined -rpath $(libdir)
18 cp t1lib/t1libx.h .
19
20
This page took 0.02655 seconds and 4 git commands to generate.