From 88e0b350a366281184716f98d31cd25a8f5fc782 Mon Sep 17 00:00:00 2001 From: ProsperousPotato Date: Sat, 25 Oct 2025 23:30:54 +0100 Subject: fix monocle layout, and remove commented code --- config.mk | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'config.mk') diff --git a/config.mk b/config.mk index d9903cb..e925d91 100644 --- a/config.mk +++ b/config.mk @@ -17,6 +17,7 @@ XINERAMAFLAGS = -DXINERAMA # freetype FREETYPELIBS = -lfontconfig -lXft FREETYPEINC = /usr/include/freetype2 + # OpenBSD # FREETYPEINC = ${X11INC}/freetype2 # MANPREFIX = ${PREFIX}/man @@ -31,9 +32,5 @@ CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700L -DVERSION=\"${VE CFLAGS = -std=c99 -pedantic -Wall -Wno-deprecated-declarations -O3 -march=native -mtune=native ${INCS} ${CPPFLAGS} LDFLAGS = ${LIBS} -# Solaris -#CFLAGS = -fast ${INCS} -DVERSION=\"${VERSION}\" -#LDFLAGS = ${LIBS} - # compiler and linker CC = cc -- cgit v1.2.3