freebsd-ports/x11-wm/cwm/files/patch-Makefile
Karol Mróz f02e6602d8 x11-wm/cwm: update to 7.1
ChangeLog: https://github.com/leahneukirchen/cwm/compare/v6.7...v7.1

PR:	265208
Reported by:	zormlorak@gmail.com
Approved by:	me@emilengler.com (maintainer, timeout > 2 weeks)
2022-08-02 07:35:25 +02:00

14 lines
412 B
Text

--- Makefile.orig 2022-04-30 15:11:23 UTC
+++ Makefile
@@ -11,9 +11,8 @@ SRCS= calmwm.c screen.c xmalloc.c client.c menu.c \
OBJS= calmwm.o screen.o xmalloc.o client.o menu.o \
search.o util.o xutil.o conf.o xevents.o group.o \
- kbfunc.o strlcpy.o strlcat.o parse.o \
- strtonum.o reallocarray.o
-
+ kbfunc.o parse.o
+
PKG_CONFIG?= pkg-config
CPPFLAGS+= `${PKG_CONFIG} --cflags x11 xft xrandr`