mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
audio/alacenc: update the port to version 0.4.0
Drop the patch for FreeBSD/powerpc64le build issue as the code had been fixed upstream. Reported by: portscout
This commit is contained in:
parent
1e47393144
commit
df355fa854
3 changed files with 4 additions and 15 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= alacenc
|
||||
PORTVERSION= 0.3.0
|
||||
PORTVERSION= 0.4.0
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= audio
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1651260971
|
||||
SHA256 (flacon-alacenc-v0.3.0_GH0.tar.gz) = 199c0e3524942d7c2934896f3fc4d2fa1390db701a4f08975b792ada34934a39
|
||||
SIZE (flacon-alacenc-v0.3.0_GH0.tar.gz) = 114168
|
||||
TIMESTAMP = 1696521077
|
||||
SHA256 (flacon-alacenc-v0.4.0_GH0.tar.gz) = 49f27b16690f6594001d3bfd528e7ea5e0bb901ac01a115cf61c996e0dec8f29
|
||||
SIZE (flacon-alacenc-v0.4.0_GH0.tar.gz) = 114463
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
--- vendor/alac/codec/EndianPortable.c.orig 2022-09-22 17:41:40 UTC
|
||||
+++ vendor/alac/codec/EndianPortable.c
|
||||
@@ -37,6 +37,8 @@
|
||||
#define TARGET_RT_LITTLE_ENDIAN 1
|
||||
#elif defined(__aarch64__)
|
||||
#define TARGET_RT_LITTLE_ENDIAN 1
|
||||
+#elif __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__
|
||||
+#define TARGET_RT_LITTLE_ENDIAN 1
|
||||
#elif defined (TARGET_OS_WIN32)
|
||||
#define TARGET_RT_LITTLE_ENDIAN 1
|
||||
#endif
|
Loading…
Add table
Reference in a new issue