Explorar o código

fix compile under Darwin

Waldemar Brodkorb %!s(int64=12) %!d(string=hai) anos
pai
achega
ac6e6711d6
Modificáronse 1 ficheiros con 21 adicións e 0 borrados
  1. 21 0
      package/ccid/patches/patch-configure

+ 21 - 0
package/ccid/patches/patch-configure

@@ -0,0 +1,21 @@
+--- ccid-1.4.4.orig/configure	2011-05-13 11:19:09.000000000 +0200
++++ ccid-1.4.4/configure	2011-07-28 10:54:49.000000000 +0200
+@@ -12207,17 +12207,8 @@ done
+ # Select OS specific versions of source files.
+ 
+ 
+-BUNDLE_HOST=`uname | sed -e s,/,_,`
++BUNDLE_HOST=Linux
+ DYN_LIB_EXT="so"
+-case "$BUNDLE_HOST" in
+-Darwin)
+-	BUNDLE_HOST=MacOS
+-	DYN_LIB_EXT="dylib"
+-	;;
+-SunOS)
+-	BUNDLE_HOST=Solaris
+-	;;
+-	esac
+ 
+ # --disable-libusb
+ # Check whether --enable-libusb was given.