svn commit: r418755 - head/misc/e2fsprogs-libblkid
Matthias Andree
mandree at FreeBSD.org
Mon Jul 18 22:46:41 UTC 2016
Author: mandree
Date: Mon Jul 18 22:46:39 2016
New Revision: 418755
URL: https://svnweb.freebsd.org/changeset/ports/418755
Log:
Fix build to help linker find -luuid.
Modified:
head/misc/e2fsprogs-libblkid/Makefile
Modified: head/misc/e2fsprogs-libblkid/Makefile
==============================================================================
--- head/misc/e2fsprogs-libblkid/Makefile Mon Jul 18 22:27:54 2016 (r418754)
+++ head/misc/e2fsprogs-libblkid/Makefile Mon Jul 18 22:46:39 2016 (r418755)
@@ -1,7 +1,7 @@
# Created by: Matthias Andree <matthias.andree at gmx.de>
# $FreeBSD$
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= misc devel
PKGNAMESUFFIX= -libblkid
@@ -12,7 +12,7 @@ LIB_DEPENDS= libuuid.so:misc/e2fsprogs-l
CONFIGURE_ARGS= --enable-elf-shlibs
MASTERDIR= ${.CURDIR}/../../sysutils/e2fsprogs
-MAKE_ARGS= LIB_SUBDIRS=lib/blkid
+MAKE_ARGS= LIB_SUBDIRS=lib/blkid LDFLAGS_SHLIB=-L${LOCALBASE}/lib
USE_LDCONFIG= yes
ALL_TARGET= libs
INSTALL_TARGET= install install-shlibs
More information about the svn-ports-all
mailing list