FreeBSD Bugzilla – Attachment 236488 Details for
Bug 266350
audio/libmad: Fix distinfo and only enable ASO on supported 32-bit platforms
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for libmad
libmad-fixdistinfo.patch (text/plain), 1.02 KB, created by
Daniel Engberg
on 2022-09-11 00:18:05 UTC
(
hide
)
Description:
Patch for libmad
Filename:
MIME Type:
Creator:
Daniel Engberg
Created:
2022-09-11 00:18:05 UTC
Size:
1.02 KB
patch
obsolete
>diff --git a/audio/libmad/Makefile b/audio/libmad/Makefile >index 03babcc26c35..6216dc44a4cc 100644 >--- a/audio/libmad/Makefile >+++ b/audio/libmad/Makefile >@@ -12,7 +12,11 @@ LICENSE_FILE= ${WRKSRC}/COPYING > USES= cmake cpe pathfix > > CMAKE_OFF= MADD_ASM MADD16_ASM >-CMAKE_ON= ASO BUILD_SHARED_LIBS >+CMAKE_ON= BUILD_SHARED_LIBS ${CMAKE_ON_${ARCH}} >+CMAKE_ON_armv6= ASO >+CMAKE_ON_armv7= ASO >+CMAKE_ON_i386= ASO >+ > USE_LDCONFIG= yes > > PLIST_SUB= PORTVERSION=${PORTVERSION} >diff --git a/audio/libmad/distinfo b/audio/libmad/distinfo >index 590440aaff21..62dec1563694 100644 >--- a/audio/libmad/distinfo >+++ b/audio/libmad/distinfo >@@ -1,5 +1,3 @@ >-TIMESTAMP = 1662820036 >+TIMESTAMP = 1662854930 > SHA256 (tenacityteam-libmad-0.16.3_GH0.tar.gz) = 83ca48db60f480ae22234bae08e6ad651adec2667a68ad2df6fd61e6a50a32c7 > SIZE (tenacityteam-libmad-0.16.3_GH0.tar.gz) = 204264 >-SHA256 (9ec2efa6ba4bfaed7805867077d3a67daa022331.patch) = fb51a0778828a7f662ffdf0a231cf4812608c19db71a2447d81b7c65df403bc8 >-SIZE (9ec2efa6ba4bfaed7805867077d3a67daa022331.patch) = 984
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 266350
: 236488