Skip to content

Commit

Permalink
multimedia/cheese: Fix build after 1ac2359
Browse files Browse the repository at this point in the history
1ac2359 split from include/canberra-gtk.h to
canberra-gtk2/canberra-gtk.h and canberra-gtk3/canberra-gtk.h.
Tell this port where to find the header file.
  • Loading branch information
cschuber committed May 21, 2022
1 parent ce8559c commit b48f2d0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions multimedia/cheese/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,7 @@ MESON_ARGS= -Dgtk_doc=false \

GLIB_SCHEMAS= org.gnome.Cheese.gschema.xml

post-patch:
@${FIND} ${WRKSRC} -type f | ${XARGS} ${REINPLACE_CMD} -e 's|canberra-gtk\.h|canberra-gtk2/canberra-gtk.h|'

.include <bsd.port.mk>

0 comments on commit b48f2d0

Please sign in to comment.