summaryrefslogtreecommitdiff
path: root/graphics/babl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/babl/Makefile')
-rw-r--r--graphics/babl/Makefile17
1 files changed, 1 insertions, 16 deletions
diff --git a/graphics/babl/Makefile b/graphics/babl/Makefile
index 606564ff1bc..3e366a0d47e 100644
--- a/graphics/babl/Makefile
+++ b/graphics/babl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2020/02/26 14:45:13 nia Exp $
+# $NetBSD: Makefile,v 1.34 2020/03/03 04:12:22 brook Exp $
DISTNAME= babl-0.1.74
CATEGORIES= graphics
@@ -37,21 +37,6 @@ BUILDLINK_TRANSFORM.Darwin+= rm:-Wl,babl.map
BUILDLINK_TRANSFORM.SunOS+= rm:-Wl,--version-script
BUILDLINK_TRANSFORM.SunOS+= rm:-Wl,babl.map
-.if ${OPSYS} == "Darwin"
-#
-# Meson uses .dylib for Darwin shared libraries, but G_MODULE_SUFFIX
-# is always .so on Unix, including Darwin. This is under discussion
-# at https://gitlab.gnome.org/GNOME/glib/issues/1413 but for now
-# rename the plugins and reset their internal ID to match the new
-# name.
-#
-post-install:
- cd ${DESTDIR}/${PREFIX}/lib/babl-0.1 && for i in *.dylib; do \
- install_name_tool -id ${PREFIX}/lib/babl-0.1/$${i%.dylib}.so $${i}; \
- mv "$${i}" "$${i%.dylib}.so" \
- ; done
-.endif
-
.include "../../devel/meson/build.mk"
.include "../../devel/glib2/buildlink3.mk"
.include "../../graphics/lcms2/buildlink3.mk"