diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2017-04-02 11:30:06 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2017-04-02 11:30:06 +0000 |
commit | 892f8a780afc0d11f14ce61af77b3b7ea27f34dc (patch) | |
tree | c32b3d8d7f563f6ce1e6f6d30d3774fb3e0ddcb4 /databases/libgdamm5/Makefile | |
parent | 37aa0c5071dd5b505eed6efb2792c953b26c48b1 (diff) | |
download | ports-892f8a780afc0d11f14ce61af77b3b7ea27f34dc.tar.gz ports-892f8a780afc0d11f14ce61af77b3b7ea27f34dc.zip |
Fix build with new sigc++20
Notes
Notes:
svn path=/head/; revision=437553
Diffstat (limited to 'databases/libgdamm5/Makefile')
-rw-r--r-- | databases/libgdamm5/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/libgdamm5/Makefile b/databases/libgdamm5/Makefile index d33bde44d272..60aa23a92088 100644 --- a/databases/libgdamm5/Makefile +++ b/databases/libgdamm5/Makefile @@ -12,7 +12,8 @@ COMMENT= C++ wrapper for libgda5 library BUILD_DEPENDS= gm4:devel/m4 -USES= gmake libtool pathfix pkgconfig tar:xz +USES= gmake libtool pathfix pkgconfig tar:xz compiler:c++11-lang +USE_CXXSTD= c++11 USE_GNOME= libgda5 glibmm GNU_CONFIGURE= yes INSTALL_TARGET= install-strip |