graphics/gexiv2: fix build with GCC-based architectures
while here, remove forgotten cruft in MASTER_SITES and add USES=gnome to silence warnings PR: 232569 Submitted by: Piotr Kubaj
This commit is contained in:
parent
9612e73a9f
commit
63ca1f9d3c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=483434
@ -5,7 +5,6 @@ PORTNAME= gexiv2
|
||||
PORTVERSION= 0.10.8
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics
|
||||
# MASTER_SITES= GNOME/sources/gexiv2/${PORTVERSION:R}
|
||||
MASTER_SITES= GNOME
|
||||
|
||||
MAINTAINER= cmt@FreeBSD.org
|
||||
@ -21,7 +20,8 @@ LIB_DEPENDS= libexiv2.so:graphics/exiv2
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+= --enable-introspection=yes \
|
||||
--enable-vala=yes
|
||||
USES= gmake libtool:build pathfix pkgconfig tar:xz
|
||||
USES= compiler:c++11-lang gmake gnome libtool:build pathfix \
|
||||
pkgconfig tar:xz
|
||||
USE_GNOME= glib20 introspection:build
|
||||
USE_LDCONFIG= yes
|
||||
MAKE_ARGS= REQUIRED_CFLAGS="" ENABLE_INTROSPECTION=1
|
||||
|
Loading…
Reference in New Issue
Block a user