diff options
author | pawel <pawel@FreeBSD.org> | 2014-08-03 23:16:21 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2014-08-03 23:16:21 +0800 |
commit | b25f0b66f2c5c0e4b6577b2747f5c33c7716af69 (patch) | |
tree | 4b051ea98d0d721692908e35c2b8dfa6c0575228 /sysutils | |
parent | adddf7945540a1b967c1b7fdd709ac2abaf27da3 (diff) | |
download | freebsd-ports-gnome-b25f0b66f2c5c0e4b6577b2747f5c33c7716af69.tar.gz freebsd-ports-gnome-b25f0b66f2c5c0e4b6577b2747f5c33c7716af69.tar.zst freebsd-ports-gnome-b25f0b66f2c5c0e4b6577b2747f5c33c7716af69.zip |
- Fix build with clang (needs link to libWUtil)
- Port is stage safe
MFH: 2014Q3
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/mount.app/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/mount.app/Makefile b/sysutils/mount.app/Makefile index 7e6c2387a8c9..4a924789403b 100644 --- a/sysutils/mount.app/Makefile +++ b/sysutils/mount.app/Makefile @@ -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> |