You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mingw-dlfcn/dlfcn_configure.patch

63 lines
1.5 KiB

16 years ago
diff -ruNp dlfcn-win32-r11/config.mak dlfcn-win32-r11.new/config.mak
--- dlfcn-win32-r11/config.mak 1969-12-31 21:00:00.000000000 -0300
+++ dlfcn-win32-r11.new/config.mak 2009-01-02 12:08:15.000000000 -0200
@@ -0,0 +1,9 @@
+# Automatically generated by configure
+PREFIX=/usr/i686-w64-mingw32/sys-root/mingw
+libdir=/usr/i686-w64-mingw32/sys-root/mingw/lib
+incdir=/usr/i686-w64-mingw32/sys-root/mingw/include
+CC=i686-w64-mingw32-gcc
16 years ago
+BUILD_SHARED=yes
+BUILD_STATIC=yes
+BUILD_MSVC=no
+DO_STRIP=yes
diff -ruNp dlfcn-win32-r11/configure dlfcn-win32-r11.new/configure
--- dlfcn-win32-r11/configure 2009-01-02 11:54:38.000000000 -0200
+++ dlfcn-win32-r11.new/configure 2009-01-02 12:35:30.000000000 -0200
@@ -97,6 +97,45 @@ for opt do
--make=*)
make="$optval"
;;
+ --enable-shared=*)
+ shared="$optval"
+ ;;
+ --enable-static=*)
+ static="$optval"
+ ;;
+ --enable-strip=*)
+ strip="$optval"
+ ;;
+ --cache-file=*)
+ ;;
+ --host=*)
+ ;;
+ --build=*)
+ ;;
+ --target=*)
+ ;;
+ --exec-prefix=*)
+ ;;
+ --bindir=*)
+ ;;
+ --sbindir=*)
+ ;;
+ --sysconfdir=*)
+ ;;
+ --datadir=*)
+ ;;
+ --includedir=*)
+ ;;
+ --libexecdir=*)
+ ;;
+ --localstatedir=*)
+ ;;
+ --sharedstatedir=*)
+ ;;
+ --mandir=*)
+ ;;
+ --infodir=*)
+ ;;
--enable-?*|--disable-?*)
eval `echo "$opt" | sed 's/--/action=/;s/-/ option=/;s/-/_/g'`
echo "$CMDLINE_SELECT" | grep -q "^ *$option\$" || die_unknown $opt