]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/aumix/aumix-2.8/configure.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / aumix / aumix-2.8 / configure.patch
1 --- tmp/base/aumix-2.8-r0/aumix-2.8/configure.in        Sun Nov 24 19:04:16 2002
2 +++ aumix-2.8/configure.in      Fri Oct 24 18:36:12 2003
3 @@ -83,8 +83,7 @@
4    AC_ARG_WITH(sysmouse,
5      [  --without-sysmouse      Compile only without sysmouse support],
6      AC_MSG_RESULT([Compiling without sysmouse support]),
7 -    dnl Checks for sysmouse availability.
8 -    AC_CHECK_HEADERS(sys/consio.h machine/console.h, break)
9 +    dnl AC_CHECK_HEADERS(sys/consio.h machine/console.h, break)
10      AC_CACHE_CHECK([for CONS_MOUSECTL],
11        aumix_cv_cons_mousectl,
12        [AC_EGREP_CPP([A mouse is a mouse is a mouse],
13 --- tmp/base/aumix-2.8-r0/aumix-2.8/src/Makefile.am     Mon Mar 18 19:09:17 2002
14 +++ aumix-2.8/src/Makefile.am   Fri Oct 24 18:39:10 2003
15 @@ -7,9 +7,10 @@
16                 mouse.c common.h curses.h gpm-xterm.h gtk.h interactive.h  \
17                 mouse.h play.xpm record.xpm
18  localedir      = $(datadir)/locale
19 -INCLUDES       = -I../intl -DLOCALEDIR=\"$(localedir)\" -I@includedir@
20 -CFLAGS         = @CFLAGS@ @GLIB_CFLAGS@ @GTK_CFLAGS@
21 -LDADD          = -L@libdir@
22 +#INCLUDES      = -I../intl -DLOCALEDIR=\"$(localedir)\" -I@includedir@
23 +INCLUDES       = -I../intl -DLOCALEDIR=\"$(localedir)\"
24 +AM_CFLAGS              = @CFLAGS@ @GLIB_CFLAGS@ @GTK_CFLAGS@
25 +#LDADD         = -L@libdir@
26  LIBS           = @LIBS@ @GTK_LIBS@ @INTLLIBS@
27  DEFS           = @DEFS@
28