aboutsummaryrefslogtreecommitdiffstats
path: root/package/pkgconfig/glibconfig-sysdefs.patch
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2008-06-14 21:00:59 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2008-06-14 21:00:59 +0000
commit6eb60364c44be5113ff39abb1e0cacece9595d81 (patch)
treede7d6d6f0185eecd5dc1102ee6ad9e1424e4caea /package/pkgconfig/glibconfig-sysdefs.patch
parente147608e7d951ee0873d0bf855e98dcbd0230830 (diff)
downloadbuildroot-novena-6eb60364c44be5113ff39abb1e0cacece9595d81.tar.gz
buildroot-novena-6eb60364c44be5113ff39abb1e0cacece9595d81.zip
pkgconfig: bump version and cleanup
Upgrade to pkgconfig 0.23 which has native sysroot support (buggy, but easily fixable), which allows us to get rid of pkgconfig-filter.sh. At the same time cleanup the makefile.
Diffstat (limited to 'package/pkgconfig/glibconfig-sysdefs.patch')
-rw-r--r--package/pkgconfig/glibconfig-sysdefs.patch9
1 files changed, 0 insertions, 9 deletions
diff --git a/package/pkgconfig/glibconfig-sysdefs.patch b/package/pkgconfig/glibconfig-sysdefs.patch
deleted file mode 100644
index 7892fb81e..000000000
--- a/package/pkgconfig/glibconfig-sysdefs.patch
+++ /dev/null
@@ -1,9 +0,0 @@
---- pkgconfig/glib-1.2.8/null 2006-05-22 05:44:12.000000000 -0600
-+++ pkgconfig/glib-1.2.8/glibconfig-sysdefs.h 2006-06-29 11:18:04.000000000 -0600
-@@ -0,0 +1,6 @@
-+#define GLIB_SYSDEF_POLLIN =1
-+#define GLIB_SYSDEF_POLLOUT =4
-+#define GLIB_SYSDEF_POLLPRI =2
-+#define GLIB_SYSDEF_POLLERR =8
-+#define GLIB_SYSDEF_POLLHUP =16
-+#define GLIB_SYSDEF_POLLNVAL =32