Fix build with newer sigc++20
This commit is contained in:
parent
1096d7ada2
commit
b43358f7bd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=437615
@ -13,9 +13,8 @@ LIB_DEPENDS= libglademm-2.4.so:devel/libglademm24 \
|
||||
libpulse.so:audio/pulseaudio
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LIBS+= -L${LOCALBASE}/lib
|
||||
USES= gmake pkgconfig
|
||||
USES= compiler:c++11-lang localbase gmake pkgconfig
|
||||
USE_CXXSTD= c++11
|
||||
USE_GNOME= gconfmm26 gnomeprefix intltool
|
||||
|
||||
CONFIGURE_ARGS= --disable-lynx
|
||||
|
@ -13,7 +13,8 @@ COMMENT= XML document transfer program
|
||||
LICENSE= BSD2CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= pkgconfig tar:tgz
|
||||
USES= compiler:c++11-lang pkgconfig tar:tgz
|
||||
USE_CXXSTD= c++11
|
||||
USE_GNOME= glibmm libxml2 libxslt
|
||||
HAS_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
@ -22,9 +22,9 @@ CONFIGURE_ARGS= --disable-festival \
|
||||
--disable-updateinfo \
|
||||
--disable-advertisement
|
||||
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LIBS+= -L${LOCALBASE}/lib
|
||||
USES= gettext gmake libtool pathfix pkgconfig tar:bzip2
|
||||
USES= compiler:c++11-lang gettext gmake libtool localbase pathfix \
|
||||
pkgconfig tar:bzip2
|
||||
USE_CXXSTD= c++11
|
||||
USE_GNOME= intltool
|
||||
|
||||
OPTIONS_DEFINE= GNOME
|
||||
|
Loading…
Reference in New Issue
Block a user