- Use Version 0
[fedora-mingw.git] / dlfcn / dlfcn_configure.patch
1 diff -ruNp dlfcn-win32-r11/config.mak dlfcn-win32-r11.new/config.mak
2 --- dlfcn-win32-r11/config.mak  1969-12-31 21:00:00.000000000 -0300
3 +++ dlfcn-win32-r11.new/config.mak      2009-01-02 12:08:15.000000000 -0200
4 @@ -0,0 +1,9 @@
5 +# Automatically generated by configure
6 +PREFIX=/usr/i686-pc-mingw32/sys-root/mingw
7 +libdir=/usr/i686-pc-mingw32/sys-root/mingw/lib
8 +incdir=/usr/i686-pc-mingw32/sys-root/mingw/include
9 +CC=i686-pc-mingw32-gcc
10 +BUILD_SHARED=yes
11 +BUILD_STATIC=yes
12 +BUILD_MSVC=no
13 +DO_STRIP=yes
14 diff -ruNp dlfcn-win32-r11/configure dlfcn-win32-r11.new/configure
15 --- dlfcn-win32-r11/configure   2009-01-02 11:54:38.000000000 -0200
16 +++ dlfcn-win32-r11.new/configure       2009-01-02 12:35:30.000000000 -0200
17 @@ -97,6 +97,45 @@ for opt do
18      --make=*)
19          make="$optval"
20      ;;
21 +    --enable-shared=*)
22 +        shared="$optval"
23 +    ;;
24 +    --enable-static=*)
25 +        static="$optval"
26 +    ;;
27 +    --enable-strip=*)
28 +       strip="$optval"
29 +    ;;
30 +    --cache-file=*)
31 +    ;;
32 +    --host=*)
33 +    ;;
34 +    --build=*)
35 +    ;;
36 +    --target=*)
37 +    ;;
38 +    --exec-prefix=*)
39 +    ;;
40 +    --bindir=*)
41 +    ;;
42 +    --sbindir=*)
43 +    ;;
44 +    --sysconfdir=*)
45 +    ;;
46 +    --datadir=*)
47 +    ;;
48 +    --includedir=*)
49 +    ;;
50 +    --libexecdir=*)
51 +    ;;
52 +    --localstatedir=*)
53 +    ;;
54 +    --sharedstatedir=*)
55 +    ;;
56 +    --mandir=*)
57 +    ;;
58 +    --infodir=*)
59 +    ;;
60      --enable-?*|--disable-?*)
61          eval `echo "$opt" | sed 's/--/action=/;s/-/ option=/;s/-/_/g'`
62          echo "$CMDLINE_SELECT" | grep -q "^ *$option\$" || die_unknown $opt