tEnable OpenBSD make configuration - st - [fork] customized build of st, the simple terminal
 (HTM) git clone git://src.adamsgaard.dk/st
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 1a8563a518e6e3832938176b708224da68d4468b
 (DIR) parent 9aff8781c0bb19c8fcea83b4c456d235fc6e8866
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Sat, 23 May 2020 20:54:20 +0200
       
       Enable OpenBSD make configuration
       
       Diffstat:
         M config.mk                           |       8 ++++----
       
       1 file changed, 4 insertions(+), 4 deletions(-)
       ---
 (DIR) diff --git a/config.mk b/config.mk
       t@@ -26,10 +26,10 @@ STCFLAGS = $(INCS) $(STCPPFLAGS) $(CPPFLAGS) $(CFLAGS)
        STLDFLAGS = $(LIBS) $(LDFLAGS)
        
        # OpenBSD:
       -#CPPFLAGS = -DVERSION=\"$(VERSION)\" -D_XOPEN_SOURCE=600 -D_BSD_SOURCE
       -#LIBS = -L$(X11LIB) -lm -lX11 -lutil -lXft \
       -#       `pkg-config --libs fontconfig` \
       -#       `pkg-config --libs freetype2`
       +CPPFLAGS = -DVERSION=\"$(VERSION)\" -D_XOPEN_SOURCE=600 -D_BSD_SOURCE
       +LIBS = -L$(X11LIB) -lm -lX11 -lutil -lXft \
       +       `pkg-config --libs fontconfig` \
       +       `pkg-config --libs freetype2`
        
        # compiler and linker
        # CC = c99