From 418899e7445deaf92b0fc8401867b421accb6e1c Mon Sep 17 00:00:00 2001 From: Hiltjo Posthuma Date: Fri, 14 Oct 2022 19:19:54 +0200 Subject: Makefile: whoops add proper comment for OpenBSD --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0d0ec3e..f8f5ba4 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ TABBED_LDFLAGS = -L/usr/X11R6/lib -lX11 -lfontconfig -lXft ${LDFLAGS} TABBED_CPPFLAGS = -DVERSION=\"${VERSION}\" -D_DEFAULT_SOURCE # OpenBSD (uncomment) -#TABBED_CFLAGS = -I/usr/X11R6/include -I/usr/X11R6/include/freetype2 ${CPPFLAGS} +#TABBED_CFLAGS = -I/usr/X11R6/include -I/usr/X11R6/include/freetype2 ${CFLAGS} SRC = tabbed.c xembed.c OBJ = ${SRC:.c=.o} -- cgit v1.2.3