From 5ff6fe4449463d7f3faae50587c69cd2ec0d942a Mon Sep 17 00:00:00 2001 From: jperkin Date: Mon, 22 Feb 2016 16:13:31 +0000 Subject: Fix linker failure on Darwin. --- x11/gnome-panel/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/x11/gnome-panel/Makefile b/x11/gnome-panel/Makefile index 02e357ec3d0..373edf4d66e 100644 --- a/x11/gnome-panel/Makefile +++ b/x11/gnome-panel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.179 2015/12/05 21:26:08 adam Exp $ +# $NetBSD: Makefile,v 1.180 2016/02/22 16:13:31 jperkin Exp $ DISTNAME= gnome-panel-2.32.1 PKGREVISION= 45 @@ -53,6 +53,12 @@ PKG_OPTIONS_VAR= PKG_OPTIONS.gnome-panel PKG_SUPPORTED_OPTIONS= evolution PKG_SUGGESTED_OPTIONS= evolution +OPSYSVARS+= SUBST_CLASSES +SUBST_CLASSES.Darwin+= noundef +SUBST_STAGE.noundef= pre-configure +SUBST_FILES.noundef= bonobo/panel-module/Makefile.in +SUBST_SED.noundef= -e 's/ -no-undefined//g' + .include "../../mk/bsd.options.mk" .include "../../devel/GConf/schemas.mk" -- cgit v1.2.3