Skip to content

Commit

Permalink
ucl: drop msys case from patch
Browse files Browse the repository at this point in the history
we build for cygwin so this is not needed.
  • Loading branch information
lazka committed Jan 29, 2025
1 parent b162fab commit a642620
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ucl/002-missing-macros.patch
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ diff -Naur ucl-1.03-orig/local.m4 ucl-1.03/local.m4
+AC_DEFUN([mfx_CHECK_LIB_WINMM], [
+if test "X$GCC" = Xyes; then
+case $host_os in
+cygwin* | msys* | mingw* | pw32*)
+cygwin* | mingw* | pw32*)
+ LIBS="$LIBS -lwinmm" ;;
+*)
+ ;;
Expand Down
4 changes: 2 additions & 2 deletions ucl/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
_realname=ucl
pkgname=("ucl" "ucl-devel")
pkgver=1.03
pkgrel=3
pkgrel=4
pkgdesc="Portable lossless data compression library written in ANSI C"
arch=('i686' 'x86_64')
license=('GPL')
Expand All @@ -23,7 +23,7 @@ source=("https://www.oberhumer.com/opensource/${_realname}/download/${_realname}
"003-no-undefined.patch")
sha256sums=('b865299ffd45d73412293369c9754b07637680e5c826915f097577cd27350348'
'0cbd00a8383c098f98d5b022fcb4fa8d1448501e00221a223be04be0383bafc0'
'ed5425536d98e2097488001e6e73d2ed93da65050a6fded62435bec077bc594b'
'207f14915b1293944aead438bf7f39c87c465fd7ed3873f3a205996ea811d5e1'
'56a110aedab800c0a06cf4fd4dcef8f78691a0d091e2f143a2a8f02cfbb4c172')

prepare() {
Expand Down

0 comments on commit a642620

Please sign in to comment.