summaryrefslogtreecommitdiff
path: root/x11/gnome-panel/Makefile
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2016-02-22 16:13:31 +0000
committerjperkin <jperkin@pkgsrc.org>2016-02-22 16:13:31 +0000
commit5ff6fe4449463d7f3faae50587c69cd2ec0d942a (patch)
tree8a98267447fe8cbddd5b2622d8ca61552ba84bff /x11/gnome-panel/Makefile
parente95b281833488e2c8e38953ca7c2dcf1bced7e49 (diff)
downloadpkgsrc-5ff6fe4449463d7f3faae50587c69cd2ec0d942a.tar.gz
Fix linker failure on Darwin.
Diffstat (limited to 'x11/gnome-panel/Makefile')
-rw-r--r--x11/gnome-panel/Makefile8
1 files changed, 7 insertions, 1 deletions
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"