This port requires USES=compiler:c++11-lang to build on GCC-based
architectures. While here, add USES=gnome and localbase:ldflags.. PR: 232818 Submitted by: Piotr Kubaj
This commit is contained in:
parent
a5828e776a
commit
2c4a225a3a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=484656
1 changed files with 2 additions and 2 deletions
|
@ -22,11 +22,11 @@ GH_ACCOUNT= Cairo-Dock
|
|||
GH_PROJECT= ${PORTNAME}-core
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USES= cmake compiler:c++11-lang gettext gnome localbase:ldflags \
|
||||
pkgconfig
|
||||
USE_GNOME= glib20 gtk30 librsvg2 libxml2
|
||||
USE_LDCONFIG= yes
|
||||
USE_XORG= xrender xtst
|
||||
USES= cmake gettext pkgconfig
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
CMAKE_ARGS= -Dinstall-pc-path:STRING="${LOCALBASE}/libdata/pkgconfig" \
|
||||
-DROOT_PREFIX:PATH=${STAGEDIR} \
|
||||
-DCMAKE_INSTALL_MANDIR:PATH=man \
|
||||
|
|
Loading…
Reference in a new issue