Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Aug 2014 15:16:21 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r363909 - head/sysutils/mount.app
Message-ID:  <53de5245.5658.136b815a@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53de5245.5658.136b815a>