From owner-svn-ports-all@FreeBSD.ORG Sun Aug 3 15:49:38 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8AE0894F for ; Sun, 3 Aug 2014 15:49:38 +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 5A99E2D6F for ; Sun, 3 Aug 2014 15:49:38 +0000 (UTC) Received: from pawel (uid 1252) (envelope-from pawel@FreeBSD.org) id 5158 by svn.freebsd.org (DragonFly Mail Agent v0.9+); Sun, 03 Aug 2014 15:49:38 +0000 From: Pawel Pekala Date: Sun, 3 Aug 2014 15:49:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r363918 - branches/2014Q3/sysutils/mount.app X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Message-Id: <53de5a12.5158.1e053639@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:49:38 -0000 Author: pawel Date: Sun Aug 3 15:49:37 2014 New Revision: 363918 URL: http://svnweb.freebsd.org/changeset/ports/363918 QAT: https://qat.redports.org/buildarchive/r363918/ Log: MFH: r363909 - Fix build with clang (needs link to libWUtil) - Port is stage safe Approved by: portmgr (antoine) Modified: branches/2014Q3/sysutils/mount.app/Makefile Directory Properties: branches/2014Q3/ (props changed) Modified: branches/2014Q3/sysutils/mount.app/Makefile ============================================================================== --- branches/2014Q3/sysutils/mount.app/Makefile Sun Aug 3 15:46:31 2014 (r363917) +++ branches/2014Q3/sysutils/mount.app/Makefile Sun Aug 3 15:49:37 2014 (r363918) @@ -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