]> git.pld-linux.org Git - packages/Y.git/blob - Y-make.patch
- BuildRoot capitalization
[packages/Y.git] / Y-make.patch
1 --- Y--devel--0.2--patch-1/libYc++/Makefile.am.orig     2004-01-29 22:30:13.000000000 +0100
2 +++ Y--devel--0.2--patch-1/libYc++/Makefile.am  2004-02-21 22:57:26.948314336 +0100
3 @@ -20,7 +20,7 @@
4  Y/c++/gridlayout.h \
5  Y/c++/menu.h 
6  
7 -libYc___la_LIBADD  = $(LIBSIGC_LIBS)
8 +libYc___la_LIBADD  = $(LIBSIGC_LIBS) ../libY/libY.la
9  libYc___la_SOURCES = \
10  Y/c++/y.cc \
11  Y/c++/object.cc \
12 --- Y--devel--0.2--patch-1/configure.ac.orig    2004-01-29 22:30:13.000000000 +0100
13 +++ Y--devel--0.2--patch-1/configure.ac 2004-02-21 22:59:29.440692664 +0100
14 @@ -47,7 +47,7 @@
15  AM_CONDITIONAL(WANT_YITERM, test x$enable_yiterm != xno )
16  
17  CPPFLAGS="$CPPFLAGS $FREETYPE_CPPFLAGS"
18 -CFLAGS="$CFLAGS -g -O3 -pipe -fexpensive-optimizations -Wall -Werror"
19 +CFLAGS="$CFLAGS -pipe -fexpensive-optimizations -Wall -Werror"
20  LIBS="$LIBS"
21  
22  AC_CONFIG_FILES(
This page took 0.078272 seconds and 3 git commands to generate.