Commit 1aeb369d authored by Christophe Mutricy's avatar Christophe Mutricy

patch silly configure.

parent 704c851d
......@@ -387,9 +387,10 @@ pkg-config-$(PKGCFG_VERSION).tar.gz:
pkgconfig: pkg-config-$(PKGCFG_VERSION).tar.gz
$(EXTRACT_GZ)
patch -d pkgconfig/glib-1.2.8 -p 1 < Patches/glib.patch
patch -d pkgconfig -p0 < Patches/pkgcfg.patch
.pkgcfg: pkgconfig
(cd pkgconfig; ./configure --prefix=$(PREFIX) --disable-shared --enable-static && make && make install)
(cd pkgconfig; autoconf && ./configure --prefix=$(PREFIX) --disable-shared --enable-static && make && make install)
touch $@
CLEAN_FILE += .pkgcfg
......
--- configure.in.orig 2006-11-05 19:40:10.000000000 +0000
+++ configure.in 2006-11-05 19:42:10.000000000 +0000
@@ -62,10 +62,10 @@
AC_MSG_CHECKING([for Win32])
case "$host" in
- *-*-mingw*)
- native_win32=yes
- AC_DEFINE(USE_INSTALLED_GLIB, 1, [We are using an installed GLib])
- ;;
+dnl *-*-mingw*)
+dnl native_win32=yes
+dnl AC_DEFINE(USE_INSTALLED_GLIB, 1, [We are using an installed GLib])
+dnl ;;
*)
native_win32=no
;;
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment