From owner-svn-ports-all@FreeBSD.ORG Sun Aug 3 15:16:21 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9E1BC34A for ; Sun, 3 Aug 2014 15:16:21 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8E9A22915 for ; Sun, 3 Aug 2014 15:16:21 +0000 (UTC) Received: from pawel (uid 1252) (envelope-from pawel@FreeBSD.org) id 5658 by svn.freebsd.org (DragonFly Mail Agent v0.9+); Sun, 03 Aug 2014 15:16:21 +0000 From: Pawel Pekala Date: Sun, 3 Aug 2014 15:16:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r363909 - head/sysutils/mount.app X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Message-Id: <53de5245.5658.136b815a@svn.freebsd.org> X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Aug 2014 15:16:21 -0000 Author: pawel Date: Sun Aug 3 15:16:21 2014 New Revision: 363909 URL: http://svnweb.freebsd.org/changeset/ports/363909 QAT: https://qat.redports.org/buildarchive/r363909/ Log: - Fix build with clang (needs link to libWUtil) - Port is stage safe MFH: 2014Q3 Modified: head/sysutils/mount.app/Makefile Modified: head/sysutils/mount.app/Makefile ============================================================================== --- head/sysutils/mount.app/Makefile Sun Aug 3 15:11:27 2014 (r363908) +++ head/sysutils/mount.app/Makefile Sun Aug 3 15:16:21 2014 (r363909) @@ -17,7 +17,7 @@ USE_GNOME= gtk12 glib12 GNU_CONFIGURE= yes -LDFLAGS+= -L${LOCALBASE}/lib -L${LOCALBASE}/lib -lintl +LDFLAGS+= -L${LOCALBASE}/lib -L${LOCALBASE}/lib +LIBS+= -lintl -lWUtil -NO_STAGE= yes .include