Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 07 Jun 2026 09:14:54 +0000
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 28b2f340c2e0 - main - audio/dexed: fix build on powerpc64le
Message-ID:  <6a25368e.1c7ff.7f5deaff@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=28b2f340c2e0b152fc70948a48f5adaeae52d190

commit 28b2f340c2e0b152fc70948a48f5adaeae52d190
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2026-06-06 18:16:34 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2026-06-07 09:13:24 +0000

    audio/dexed: fix build on powerpc64le
    
      ld: error: undefined symbol:
      juce::pnglibNamespace::png_init_filter_functions_vsx(juce::pnglibNamespace::png_struct_def*,
      unsigned int)
---
 ...E_modules_juce__graphics_image__formats_juce__PNGLoader.cpp | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/audio/dexed/files/patch-libs_JUCE_modules_juce__graphics_image__formats_juce__PNGLoader.cpp b/audio/dexed/files/patch-libs_JUCE_modules_juce__graphics_image__formats_juce__PNGLoader.cpp
new file mode 100644
index 000000000000..e4e4d7d420f3
--- /dev/null
+++ b/audio/dexed/files/patch-libs_JUCE_modules_juce__graphics_image__formats_juce__PNGLoader.cpp
@@ -0,0 +1,10 @@
+--- libs/JUCE/modules/juce_graphics/image_formats/juce_PNGLoader.cpp.orig	2026-06-06 18:04:25 UTC
++++ libs/JUCE/modules/juce_graphics/image_formats/juce_PNGLoader.cpp
+@@ -266,6 +266,7 @@
+   #define PNG_LINKAGE_FUNCTION
+ 
+   #define PNG_ARM_NEON_OPT 0
++  #define PNG_POWERPC_VSX_OPT 0
+ 
+   #if ! defined (PNG_USER_WIDTH_MAX)
+    #define PNG_USER_WIDTH_MAX 1000000


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a25368e.1c7ff.7f5deaff>