diff options
author | John Voltz <john.voltz@gmail.com> | 2008-03-06 18:15:25 +0000 |
---|---|---|
committer | John Voltz <john.voltz@gmail.com> | 2008-03-06 18:15:25 +0000 |
commit | 84c82f9fd5bb21ae9df4774adce2a7660c145003 (patch) | |
tree | 0990a1d7856ba02cf4d9dc02556fc22c92b14879 /package/libglib2/glibinclude.patch | |
parent | e2e221190f7ccb3e1ed5fea610c45a481ef87f47 (diff) |
updated glib2
Diffstat (limited to 'package/libglib2/glibinclude.patch')
-rw-r--r-- | package/libglib2/glibinclude.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/package/libglib2/glibinclude.patch b/package/libglib2/glibinclude.patch deleted file mode 100644 index 7f1ff3d05..000000000 --- a/package/libglib2/glibinclude.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- 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 |