]> git.pld-linux.org Git - packages/GNUSim8085.git/blob - GNUSim8085-link.patch
- updated gettext BR
[packages/GNUSim8085.git] / GNUSim8085-link.patch
1 --- GNUSim8085-1.2.89/src/Makefile.am.orig      2003-12-30 17:06:32.000000000 +0100
2 +++ GNUSim8085-1.2.89/src/Makefile.am   2004-02-15 21:18:46.044207512 +0100
3 @@ -8,14 +8,10 @@
4         $(GNOME_CFLAGS)
5  
6  gnusim8085_CFLAGS =\
7 -        -Wall\
8 -        -O1\
9 -        -g
10 +        -Wall
11  
12  gnusim8085_CXXFLAGS =\
13 -        -Wall\
14 -        -O1\
15 -        -g
16 +        -Wall
17  
18  bin_PROGRAMS = gnusim8085
19  
20 @@ -135,6 +131,5 @@
21  gnusim8085_LDFLAGS = 
22  
23  gnusim8085_LDADD =  \
24 -       $(GNOME_LIBS)\
25 -        -liconv
26 +       $(GNOME_LIBS)
27  
This page took 0.043994 seconds and 3 git commands to generate.