| Makefile: whoops add proper comment for OpenBSD - tabbed - tab interface for ap… | |
| git clone git://git.suckless.org/tabbed | |
| Log | |
| Files | |
| Refs | |
| README | |
| LICENSE | |
| --- | |
| commit 418899e7445deaf92b0fc8401867b421accb6e1c | |
| parent deda1bb016b035f4387a09df8d81c1fc14eaf189 | |
| Author: Hiltjo Posthuma <[email protected]> | |
| Date: Fri, 14 Oct 2022 19:19:54 +0200 | |
| Makefile: whoops add proper comment for OpenBSD | |
| Diffstat: | |
| M Makefile | 2 +- | |
| 1 file changed, 1 insertion(+), 1 deletion(-) | |
| --- | |
| diff --git a/Makefile b/Makefile | |
| @@ -14,7 +14,7 @@ TABBED_LDFLAGS = -L/usr/X11R6/lib -lX11 -lfontconfig -lXft ${… | |
| TABBED_CPPFLAGS = -DVERSION=\"${VERSION}\" -D_DEFAULT_SOURCE | |
| # OpenBSD (uncomment) | |
| -#TABBED_CFLAGS = -I/usr/X11R6/include -I/usr/X11R6/include/freetype2 ${CPPFLAG… | |
| +#TABBED_CFLAGS = -I/usr/X11R6/include -I/usr/X11R6/include/freetype2 ${CFLAGS} | |
| SRC = tabbed.c xembed.c | |
| OBJ = ${SRC:.c=.o} |