svn commit: r363918 - branches/2014Q3/sysutils/mount.app
Pawel Pekala
pawel at FreeBSD.org
Sun Aug 3 15:49:38 UTC 2014
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>
More information about the svn-ports-branches
mailing list