From 6e1e0af34be1a56afaf01badf6d797e8cd7b1735 Mon Sep 17 00:00:00 2001 From: joerg Date: Sun, 24 Mar 2013 16:45:54 +0000 Subject: Fix build with Clang. --- www/nvu/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'www/nvu/Makefile') diff --git a/www/nvu/Makefile b/www/nvu/Makefile index 3e15d20ba88..811a4b1de95 100644 --- a/www/nvu/Makefile +++ b/www/nvu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2012/10/28 06:30:24 asau Exp $ +# $NetBSD: Makefile,v 1.14 2013/03/24 16:45:54 joerg Exp $ # DISTNAME= nvu-1.0-sources @@ -28,6 +28,8 @@ PKGCONFIG_OVERRIDE+= build/unix/mozilla-xpcom.pc.in CPPFLAGS+= -I${BUILDLINK_PREFIX.libIDL}/include/libIDL-2.0 BUILDLINK_TRANSFORM+= l:IDL:IDL-2 +LDFLAGS+= -Wl,-rpath,${PREFIX}/lib/nvu-1.0 + .include "../../net/libIDL/buildlink3.mk" .include "../../net/ORBit2/buildlink3.mk" .include "../../x11/gtk/buildlink3.mk" -- cgit v1.2.3