Index | Thread | Search

From:
Matthieu Herrb <matthieu@openbsd.org>
Subject:
Re: update: wayland/havoc 0.7.0
To:
Rafael Sadowski <rafael@sizeofvoid.org>
Cc:
Matthieu Herrb <matthieu@openbsd.org>, ports@openbsd.org
Date:
Wed, 30 Jul 2025 20:00:46 +0200

Download raw body.

Thread
On Wed, Jul 30, 2025 at 07:50:48PM +0200, Rafael Sadowski wrote:
ocols
> >   
> > --CFLAGS ?= -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-format-overflow
> > -+CFLAGS += -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -I/usr/local/include -I/usr/local/include/libepoll-shim
> 
> Replace /usr/local with ${LOCALBASE} and setup
>

The lines containing /usr/local are beeing *removed* by this update...

> pre-configure:
> 	${SUBST_CMD} ${WRKSRC}/....
> 
> > - override CFLAGS += -DVERSION=\"$(VERSION)\"
> > +-LIBRARIES = wayland-client wayland-cursor xkbcommon
> > ++LIBRARIES = wayland-client wayland-cursor xkbcommon epoll-shim
> > + PKG_CFLAGS != $(PKG_CONFIG) --cflags $(LIBRARIES)
> > + PKG_LIBS != $(PKG_CONFIG) --libs $(LIBRARIES)
> >   
> > - VPATH = $(WAYLAND_PROTOCOLS_DIR)/stable/xdg-shell \
> > -@@ -17,14 +17,14 @@ GEN =	xdg-shell.h xdg-shell.c \
> > - 	xdg-decoration-unstable-v1.h xdg-decoration-unstable-v1.c \
> > - 	primary-selection-unstable-v1.h primary-selection-unstable-v1.c
> > - 
> > --LIBS=-lrt -lm -lutil -lwayland-client -lwayland-cursor -lxkbcommon -Ltsm -lhtsm
> > -+LIBS=-L/usr/local/lib -R/usr/local/lib -lm -lutil -lwayland-client -lwayland-cursor -lxkbcommon -Ltsm -lhtsm -lepoll-shim
> 
> See above

Same here.


-- 
Matthieu Herrb