diff options
author | bapt <bapt@FreeBSD.org> | 2017-04-04 15:02:08 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2017-04-04 15:02:08 +0800 |
commit | b5c12d9cf2e2e79e6544bbfd603db539e8234952 (patch) | |
tree | 638433a078292e07e638f97a1c3b33f0569eed3d /print | |
parent | ef03da6e11a7922d27905420995bce0caa76b4a7 (diff) | |
download | freebsd-ports-gnome-b5c12d9cf2e2e79e6544bbfd603db539e8234952.tar.gz freebsd-ports-gnome-b5c12d9cf2e2e79e6544bbfd603db539e8234952.tar.zst freebsd-ports-gnome-b5c12d9cf2e2e79e6544bbfd603db539e8234952.zip |
Fix build with new sigc++20
Diffstat (limited to 'print')
-rw-r--r-- | print/libgnomeprintmm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/libgnomeprintmm/Makefile b/print/libgnomeprintmm/Makefile index 72bb6d7bdc9d..b8f5fe19c171 100644 --- a/print/libgnomeprintmm/Makefile +++ b/print/libgnomeprintmm/Makefile @@ -14,7 +14,8 @@ COMMENT= C++ bindings for the GNOME print support library LIB_DEPENDS= libgtkmm-2.4.so:x11-toolkits/gtkmm24 BUILD_DEPENDS= gm4:devel/m4 -USES= gmake libtool pathfix pkgconfig tar:bzip2 +USES= compiler:c++11-lang gmake libtool pathfix pkgconfig tar:bzip2 +USE_CXXSTD= c++11 USE_GNOME= gnomeprefix libgnomeprint USE_LDCONFIG= yes GNU_CONFIGURE= yes |