summaryrefslogtreecommitdiffstats
path: root/x11-wm/cwm/files/patch-Makefile
diff options
context:
space:
mode:
authorCameron Katri <me@cameronkatri.com>2021-09-05 13:10:07 -0400
committerCameron Katri <me@cameronkatri.com>2021-09-05 13:10:07 -0400
commitd2542bf926bbae3289282f0866f312104abcfb09 (patch)
treee365605bca02a23d7b25ec37729546471ff5cf2b /x11-wm/cwm/files/patch-Makefile
parent107cbdea3345753a27fee76744b80a2d1f5cca8a (diff)
downloadfreebsd-ports-d2542bf926bbae3289282f0866f312104abcfb09.tar.gz
freebsd-ports-d2542bf926bbae3289282f0866f312104abcfb09.tar.zst
freebsd-ports-d2542bf926bbae3289282f0866f312104abcfb09.zip
x11-wm/cwm: Remove
Diffstat (limited to 'x11-wm/cwm/files/patch-Makefile')
-rw-r--r--x11-wm/cwm/files/patch-Makefile14
1 files changed, 0 insertions, 14 deletions
diff --git a/x11-wm/cwm/files/patch-Makefile b/x11-wm/cwm/files/patch-Makefile
deleted file mode 100644
index 8ad8f3c..0000000
--- a/x11-wm/cwm/files/patch-Makefile
+++ /dev/null
@@ -1,14 +0,0 @@
-Prefer libc version over custom strlcpy, strlcat, reallocarray, strtonum
-
---- Makefile.orig 2020-05-22 19:40:11 UTC
-+++ Makefile
-@@ -11,8 +11,7 @@ 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 y.tab.o \
-- strtonum.o reallocarray.o
-+ kbfunc.o y.tab.o
-
- PKG_CONFIG?= pkg-config
-