summaryrefslogtreecommitdiff
path: root/x11/bdftopcf/patches/patch-Makefile_am
blob: c866556cb718558a717c440e002773d76b9168a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$OpenBSD$

Index: Makefile.am
--- Makefile.am.orig
+++ Makefile.am
@@ -22,7 +22,8 @@
 SUBDIRS = man
 bin_PROGRAMS = bdftopcf
 
-AM_CFLAGS = $(CWARNFLAGS)
+AM_CFLAGS = $(BDFTOPCF_CFLAGS) $(CWARNFLAGS)
+bdftopcf_LDADD = $(BDFTOPCF_LIBS)
 
 bdftopcf_SOURCES = \
 	atom.c \