1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70
|
Description: Debian changes as found in 2.2-4.5
--- tamil-gtk2im-2.2.orig/compile-gtk2im.sh
+++ tamil-gtk2im-2.2/compile-gtk2im.sh
@@ -1,55 +1,55 @@
#!/bin/sh
-/bin/sh libtool --mode=compile gcc -DHAVE_CONFIG_H \
+libtool --mode=compile gcc -DHAVE_CONFIG_H \
`pkg-config --cflags gtk+-2.0` \
-g -O2 -Wall -D_GNU_SOURCE -D_REENTRANT -DDEBUG -c \
-o tamil99-tsc.lo tamil99-tsc.c
-/bin/sh libtool --mode=link gcc -g -O2 -Wall -D_GNU_SOURCE \
+libtool --mode=link gcc -g -O2 -Wall -D_GNU_SOURCE \
-D_REENTRANT -DDEBUG \
-o tamil99-tsc.la -rpath ~/.gtk-2.0/immodules \
-rpath ~/.gtk-2.0/immodules -avoid-version -module \
tamil99-tsc.lo `pkg-config --libs gtk+-2.0`
-/bin/sh libtool --mode=compile gcc -DHAVE_CONFIG_H \
+libtool --mode=compile gcc -DHAVE_CONFIG_H \
`pkg-config --cflags gtk+-2.0` \
-g -O2 -Wall -D_GNU_SOURCE -D_REENTRANT -DDEBUG -c \
-o tamil99-uni.lo tamil99-uni.c
-/bin/sh libtool --mode=link gcc -g -O2 -Wall -D_GNU_SOURCE \
+libtool --mode=link gcc -g -O2 -Wall -D_GNU_SOURCE \
-D_REENTRANT -DDEBUG \
-o tamil99-uni.la -rpath ~/.gtk-2.0/immodules \
-rpath ~/.gtk-2.0/immodules -avoid-version -module \
tamil99-uni.lo `pkg-config --libs gtk+-2.0`
-/bin/sh libtool --mode=compile gcc -DHAVE_CONFIG_H \
+libtool --mode=compile gcc -DHAVE_CONFIG_H \
`pkg-config --cflags gtk+-2.0` \
-g -O2 -Wall -D_GNU_SOURCE -D_REENTRANT -DDEBUG -c \
-o tavpim-tsc.lo tavpim-tsc.c
-/bin/sh libtool --mode=link gcc -g -O2 -Wall -D_GNU_SOURCE \
+libtool --mode=link gcc -g -O2 -Wall -D_GNU_SOURCE \
-D_REENTRANT -DDEBUG \
-o tavpim-tsc.la -rpath ~/.gtk-2.0/immodules \
-rpath ~/.gtk-2.0/immodules -avoid-version -module \
tavpim-tsc.lo `pkg-config --libs gtk+-2.0`
-/bin/sh libtool --mode=compile gcc -DHAVE_CONFIG_H \
+libtool --mode=compile gcc -DHAVE_CONFIG_H \
`pkg-config --cflags gtk+-2.0` \
-g -O2 -Wall -D_GNU_SOURCE -D_REENTRANT -DDEBUG -c \
-o tavpim-uni.lo tavpim-uni.c
-/bin/sh libtool --mode=link gcc -g -O2 -Wall -D_GNU_SOURCE \
+libtool --mode=link gcc -g -O2 -Wall -D_GNU_SOURCE \
-D_REENTRANT -DDEBUG \
-o tavpim-uni.la -rpath ~/.gtk-2.0/immodules \
-rpath ~/.gtk-2.0/immodules -avoid-version -module \
tavpim-uni.lo `pkg-config --libs gtk+-2.0`
-/bin/sh libtool --mode=compile gcc -DHAVE_CONFIG_H \
+libtool --mode=compile gcc -DHAVE_CONFIG_H \
`pkg-config --cflags gtk+-2.0` \
-g -O2 -Wall -D_GNU_SOURCE -D_REENTRANT -DDEBUG -c \
-o anjal-uni.lo anjal-uni.c
-/bin/sh libtool --mode=link gcc -g -O2 -Wall -D_GNU_SOURCE \
+libtool --mode=link gcc -g -O2 -Wall -D_GNU_SOURCE \
-D_REENTRANT -DDEBUG \
-o anjal-uni.la -rpath ~/.gtk-2.0/immodules \
-rpath ~/.gtk-2.0/immodules -avoid-version -module \
|