openbsd-ports/x11/st/patches/patch-config_mk
mestre adec754214 update to 0.8.4
looks good to Hiltjo Posthuma
ok jung@ sthen@
2020-06-29 14:36:10 +00:00

20 lines
680 B
Plaintext

$OpenBSD: patch-config_mk,v 1.12 2020/06/29 14:36:10 mestre Exp $
Index: config.mk
--- config.mk.orig
+++ config.mk
@@ -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