diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-07-23 21:05:24 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-07-23 22:16:15 +0000 |
commit | 1cd945e15277f1b441f18187cf5236b60caaa9a6 (patch) | |
tree | 62ae9d3a3cfa041813eff043b160809f5f23fd53 | |
parent | 6380a14f7b9099d7b93902bcd28a1a78b84d5bc8 (diff) |
devel/glademm: Fix build with llvm16
- Pet portclippy
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation
-rw-r--r-- | devel/glademm/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/glademm/Makefile b/devel/glademm/Makefile index 86336d98422b..cece7a166903 100644 --- a/devel/glademm/Makefile +++ b/devel/glademm/Makefile @@ -10,13 +10,13 @@ COMMENT= C++ code generator backend for glade and glade2 WWW= http://home.wtal.de/petig/Gtk/ USES= gmake gnome pathfix pkgconfig +USE_CXXSTD= c++14 USE_GNOME= gnomeprefix + GNU_CONFIGURE= yes PLIST_FILES= bin/glade-- bin/glademm-embed -.include <bsd.port.pre.mk> - post-patch: @${RM} ${WRKSRC}/src/getopt.* @${REINPLACE_CMD} \ @@ -24,4 +24,4 @@ post-patch: -Ee '/^@AMDEP(.)+getopt/d' \ ${WRKSRC}/src/Makefile.in -.include <bsd.port.post.mk> +.include <bsd.port.mk> |