Gentoo Archives: gentoo-commits

From: "Tony Vroon (chainsaw)" <chainsaw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/asterisk/files/1.2.0: asterisk-1.2.35-lpc10-prototypes.diff
Date: Fri, 04 Sep 2009 11:44:00
Message-Id: E1Mjc1V-0005pc-SG@stork.gentoo.org
1 chainsaw 09/09/04 16:52:29
2
3 Added: asterisk-1.2.35-lpc10-prototypes.diff
4 Log:
5 CVS stupidity.
6
7 Revision Changes Path
8 1.1 net-misc/asterisk/files/1.2.0/asterisk-1.2.35-lpc10-prototypes.diff
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/asterisk/files/1.2.0/asterisk-1.2.35-lpc10-prototypes.diff?rev=1.1&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/asterisk/files/1.2.0/asterisk-1.2.35-lpc10-prototypes.diff?rev=1.1&content-type=text/plain
12
13 Index: asterisk-1.2.35-lpc10-prototypes.diff
14 ===================================================================
15 diff -uNr asterisk-1.2.35.ORIG/codecs/lpc10/Makefile asterisk-1.2.35/codecs/lpc10/Makefile
16 --- asterisk-1.2.35.ORIG/codecs/lpc10/Makefile 2009-09-04 13:12:03.000000000 +0100
17 +++ asterisk-1.2.35/codecs/lpc10/Makefile 2009-09-04 13:15:32.000000000 +0100
18 @@ -22,7 +22,7 @@
19 #
20
21 WARNINGS = -Wall -Wno-comment -Wno-error
22 -CFLAGS += $(OPTIMIZE) -I$(LIB_TARGET_DIR) $(WARNINGS)
23 +CFLAGS += $(OPTIMIZE) -I$(LIB_TARGET_DIR) $(WARNINGS) -DP_R_O_T_O_T_Y_P_E_S
24 ifneq (${OSARCH},CYGWIN)
25 CFLAGS += -fPIC
26 endif