diff -r -u /home/erikd/Hack/pkgconfig-0.15.0-debian/pkg.c pkgconfig-0.15.0/pkg.c --- /home/erikd/Hack/pkgconfig-0.15.0-debian/pkg.c 2004-02-15 12:39:42.000000000 +1100 +++ pkgconfig-0.15.0/pkg.c 2004-02-15 12:37:30.000000000 +1100 @@ -678,7 +678,7 @@ GSList *conflicts_iter; GSList *system_dir_iter = NULL; int count; - gchar *c_include_path; + const gchar *c_include_path; /* Be sure we have the required fields */ diff -r -u /home/erikd/Hack/pkgconfig-0.15.0-debian/pkg.h pkgconfig-0.15.0/pkg.h --- /home/erikd/Hack/pkgconfig-0.15.0-debian/pkg.h 2002-09-07 06:00:08.000000000 +1000 +++ pkgconfig-0.15.0/pkg.h 2004-02-15 12:37:30.000000000 +1100 @@ -90,6 +90,7 @@ char * packages_get_var (GSList *pkgs, const char *var); +char * packages_get_other_cflags (GSList *pkgs); void add_search_dir (const char *path); void package_init (void);