aboutsummaryrefslogtreecommitdiffstats
path: root/misc/ossp-uuid/Makefile
diff options
context:
space:
mode:
authorvd <vd@FreeBSD.org>2012-06-11 02:10:08 +0800
committervd <vd@FreeBSD.org>2012-06-11 02:10:08 +0800
commit495a84e2aca6edfb911e2ebe760e6a8669cac4c5 (patch)
tree1a3d29e7d612b5d79ad8fc7b2ba7fab854e739d3 /misc/ossp-uuid/Makefile
parent1c837910a15239ff3bc141d9fe88ab7fb53a4a9d (diff)
downloadfreebsd-ports-gnome-495a84e2aca6edfb911e2ebe760e6a8669cac4c5.tar.gz
freebsd-ports-gnome-495a84e2aca6edfb911e2ebe760e6a8669cac4c5.tar.zst
freebsd-ports-gnome-495a84e2aca6edfb911e2ebe760e6a8669cac4c5.zip
Install misc/ossp-uuid header files into PREFIX/include/ossp instead
of PREFIX/include because they conflict with system /usr/include/uuid.h PR: ports/146321
Diffstat (limited to 'misc/ossp-uuid/Makefile')
-rw-r--r--misc/ossp-uuid/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/ossp-uuid/Makefile b/misc/ossp-uuid/Makefile
index 2198a92a981e..3161e8b80748 100644
--- a/misc/ossp-uuid/Makefile
+++ b/misc/ossp-uuid/Makefile
@@ -7,7 +7,7 @@
PORTNAME= uuid
PORTVERSION= 1.6.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= misc devel
MASTER_SITES= ${MASTER_SITE_OSSP}
MASTER_SITE_SUBDIR= lib/${PORTNAME}
@@ -20,7 +20,8 @@ CONFLICTS= e2fsprogs-libuuid-[0-9]*
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
-CONFIGURE_ARGS= --disable-shared --enable-static --with-cxx
+CONFIGURE_ARGS= --disable-shared --enable-static --with-cxx \
+ --includedir=${PREFIX}/include/ossp
MAN1= uuid-config.1 uuid.1
MAN3= uuid.3 uuid++.3