diff options
author | Eric Andersen <andersen@codepoet.org> | 2007-01-10 06:54:04 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2007-01-10 06:54:04 +0000 |
commit | 93ad439374bba6b89ea9b1e51f27ca1a478e94b5 (patch) | |
tree | 7c59bbd2c4d8113444868f32b3b2cf3947ae6c97 /package/libglib2/glibinclude.patch | |
parent | b302239b1394118375c8f9ed8a529d0c4d46122b (diff) | |
download | buildroot-novena-93ad439374bba6b89ea9b1e51f27ca1a478e94b5.tar.gz buildroot-novena-93ad439374bba6b89ea9b1e51f27ca1a478e94b5.zip |
add in glib2
Diffstat (limited to 'package/libglib2/glibinclude.patch')
-rw-r--r-- | package/libglib2/glibinclude.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/package/libglib2/glibinclude.patch b/package/libglib2/glibinclude.patch new file mode 100644 index 000000000..7f1ff3d05 --- /dev/null +++ b/package/libglib2/glibinclude.patch @@ -0,0 +1,13 @@ +--- glib-2.12.3/glib/Makefile.am.orig 2006-05-09 18:44:49.000000000 -0600 ++++ glib-2.12.3/glib/Makefile.am 2007-01-09 21:25:57.000000000 -0700 +@@ -201,8 +201,8 @@ + gprintf.h + + install-data-local: install-ms-lib install-def-file +- @if test -f $(glibincludedir)/glist.h ; then \ +- echo "*** Old headers found in $(glibincludedir). You should remove the" ; \ ++ @if test -f $(DESTDIR)$(glibincludedir)/glist.h ; then \ ++ echo "*** Old headers found in $(DESTDIR)$(glibincludedir). You should remove the" ; \ + echo "*** contents of this directory and type 'make install' again." ; \ + false ; \ + fi |