ucl: drop msys case from patch

we build for cygwin so this is not needed.
This commit is contained in:
Christoph Reiter 2025-01-29 09:01:40 +01:00
parent b162fab695
commit a64262041a
2 changed files with 3 additions and 3 deletions

View File

@ -281,7 +281,7 @@ diff -Naur ucl-1.03-orig/local.m4 ucl-1.03/local.m4
+AC_DEFUN([mfx_CHECK_LIB_WINMM], [ +AC_DEFUN([mfx_CHECK_LIB_WINMM], [
+if test "X$GCC" = Xyes; then +if test "X$GCC" = Xyes; then
+case $host_os in +case $host_os in
+cygwin* | msys* | mingw* | pw32*) +cygwin* | mingw* | pw32*)
+ LIBS="$LIBS -lwinmm" ;; + LIBS="$LIBS -lwinmm" ;;
+*) +*)
+ ;; + ;;

View File

@ -8,7 +8,7 @@
_realname=ucl _realname=ucl
pkgname=("ucl" "ucl-devel") pkgname=("ucl" "ucl-devel")
pkgver=1.03 pkgver=1.03
pkgrel=3 pkgrel=4
pkgdesc="Portable lossless data compression library written in ANSI C" pkgdesc="Portable lossless data compression library written in ANSI C"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
license=('GPL') license=('GPL')
@ -23,7 +23,7 @@ source=("https://www.oberhumer.com/opensource/${_realname}/download/${_realname}
"003-no-undefined.patch") "003-no-undefined.patch")
sha256sums=('b865299ffd45d73412293369c9754b07637680e5c826915f097577cd27350348' sha256sums=('b865299ffd45d73412293369c9754b07637680e5c826915f097577cd27350348'
'0cbd00a8383c098f98d5b022fcb4fa8d1448501e00221a223be04be0383bafc0' '0cbd00a8383c098f98d5b022fcb4fa8d1448501e00221a223be04be0383bafc0'
'ed5425536d98e2097488001e6e73d2ed93da65050a6fded62435bec077bc594b' '207f14915b1293944aead438bf7f39c87c465fd7ed3873f3a205996ea811d5e1'
'56a110aedab800c0a06cf4fd4dcef8f78691a0d091e2f143a2a8f02cfbb4c172') '56a110aedab800c0a06cf4fd4dcef8f78691a0d091e2f143a2a8f02cfbb4c172')
prepare() { prepare() {