pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/54824 CVS commit: pkgsrc/graphics/gegl
The following reply was made to PR pkg/54824; it has been noted by GNATS.
From: "Brook Milligan" <brook%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/54824 CVS commit: pkgsrc/graphics/gegl
Date: Tue, 25 Feb 2020 04:29:36 +0000
Module Name: pkgsrc
Committed By: brook
Date: Tue Feb 25 04:29:36 UTC 2020
Modified Files:
pkgsrc/graphics/gegl: Makefile PLIST hacks.mk
Log Message:
Fix build breakage on Darwin.
Darwin uses a different extension (.dylib) than other Unixes (.so) for
shared libraries that applications must link against. However, Gnome
applications expect plugins to use the same extension (.so) on all platforms,
including Darwin. Consequently, on Darwin some shared libraries must be
renamed, both on the filesystem and internally, and others must use the
correct extension in PLIST. This is partially mentioned in PR #54824, but
that missed the need for internal renaming of the libraries. It also
introduced a dependency on the Apple OpenCL framework, which does not seem
to be necessary.
Finally, all the references to Apple-specific OpenCL code must be removed;
previously only some of them were.
To generate a diff of this commit:
cvs rdiff -u -r1.77 -r1.78 pkgsrc/graphics/gegl/Makefile
cvs rdiff -u -r1.24 -r1.25 pkgsrc/graphics/gegl/PLIST
cvs rdiff -u -r1.1 -r1.2 pkgsrc/graphics/gegl/hacks.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index