Skip to content

Commit

Permalink
devel/glademm: Fix build with llvm16
Browse files Browse the repository at this point in the history
- Pet portclippy

Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
  • Loading branch information
5u623l20 committed Jul 23, 2023
1 parent 6380a14 commit 1cd945e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions devel/glademm/Makefile
Expand Up @@ -10,18 +10,18 @@ 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} \
-Ee '/^@AMDEP/!s|getopt([^[:space:]])+||g' \
-Ee '/^@AMDEP(.)+getopt/d' \
${WRKSRC}/src/Makefile.in

.include <bsd.port.post.mk>
.include <bsd.port.mk>

0 comments on commit 1cd945e

Please sign in to comment.