openbsd-ports/x11/wmii/patches/patch-libcext_Makefile
steven be6d067c3a update to wmii-3.1, bugfix release
from maintainer Tobias Ulmer
2006-06-17 17:42:03 +00:00

12 lines
286 B
Plaintext

--- libcext/Makefile.orig Sat Jun 17 17:32:13 2006
+++ libcext/Makefile Sat Jun 17 17:32:36 2006
@@ -3,7 +3,7 @@
include ../config.mk
-SRC = emallocz.c strlcat.c strlcpy.c strtonum.c tokenize.c trim.c vector.c
+SRC = emallocz.c tokenize.c trim.c vector.c
OBJ = ${SRC:.c=.o}