Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-tex/detex/files: detex-2.8-ldflags.patch
Date: Thu, 28 Feb 2008 18:37:46
Message-Id: E1JUndV-0005FA-6f@stork.gentoo.org
1 aballier 08/02/28 18:37:41
2
3 Added: detex-2.8-ldflags.patch
4 Log:
5 respect ldflags, bug #209731, thanks Diego
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.1 dev-tex/detex/files/detex-2.8-ldflags.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/detex/files/detex-2.8-ldflags.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/detex/files/detex-2.8-ldflags.patch?rev=1.1&content-type=text/plain
13
14 Index: detex-2.8-ldflags.patch
15 ===================================================================
16 dont ignore ldflags
17 bug #209731
18
19
20 Index: detex-2.8/Makefile
21 ===================================================================
22 --- detex-2.8.orig/Makefile
23 +++ detex-2.8/Makefile
24 @@ -104,7 +104,7 @@ D_OBJ = detex.o
25 all: ${PROGS}
26
27 detex: ${D_OBJ}
28 - ${CC} ${CFLAGS} -o $@ ${D_OBJ} ${LEXLIB}
29 + ${CC} $(LDFLAGS) ${CFLAGS} -o $@ ${D_OBJ} ${LEXLIB}
30
31 detex.c:
32 sed -f states.sed detex.l > xxx.l
33
34
35
36 --
37 gentoo-commits@l.g.o mailing list