Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Aug 2014 15:49:38 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r363918 - branches/2014Q3/sysutils/mount.app
Message-ID:  <53de5a12.5158.1e053639@svn.freebsd.org>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53de5a12.5158.1e053639>