mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
Turn on the C++ support of misc/ossp-uuid.
Suggested by: Bradford Castalia <Castalia@idaeim.com>
This commit is contained in:
parent
db41cdc518
commit
2c923b33c9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=203324
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= uuid
|
||||
PORTVERSION= 1.6.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= misc devel
|
||||
MASTER_SITES= ${MASTER_SITE_OSSP}
|
||||
MASTER_SITE_SUBDIR= lib/${PORTNAME}
|
||||
@ -21,10 +22,10 @@ USE_GCC= 3.2+
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_ARGS= --disable-shared --enable-static
|
||||
CONFIGURE_ARGS= --disable-shared --enable-static --with-cxx
|
||||
|
||||
MAN1= uuid-config.1 uuid.1
|
||||
MAN3= uuid.3
|
||||
MAN3= uuid.3 uuid++.3
|
||||
|
||||
.if defined(WITH_PERL)
|
||||
USE_PERL5= 5.8.0+
|
||||
|
@ -1,7 +1,10 @@
|
||||
bin/uuid
|
||||
bin/uuid-config
|
||||
include/uuid.h
|
||||
include/uuid++.hh
|
||||
lib/libuuid.a
|
||||
lib/libuuid++.a
|
||||
lib/libuuid++.la
|
||||
libdata/pkgconfig/uuid.pc
|
||||
%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/OSSP/uuid.pm
|
||||
%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/OSSP/uuid.pod
|
||||
|
Loading…
Reference in New Issue
Block a user