$NetBSD: patch-aa,v 1.2 2019/09/18 12:16:22 maya Exp $

Find where -lfl might be,

don't install directly to sysconfdir (we install to the
share/examples in the package Makefile)

--- Makefile.in.orig	2008-04-12 01:02:47.000000000 +0000
+++ Makefile.in
@@ -40,7 +40,7 @@ sysconfdir = @sysconfdir@
 datadir = @datadir@
 
 CFLAGS = @CFLAGS@
-L_OPT = @LEXLIB@ @LIBS@
+L_OPT = @LEXLIB@ @LIBS@ @LDFLAGS@
 
 CC = @CC@
 LEX = @LEX@
@@ -149,7 +149,7 @@ install-safe-config:
 	fi
 
 install-unsafe-config:
-	${INSTALL} -m 644 detoxrc ${DESTDIR}${sysconfdir}
+#	${INSTALL} -m 644 detoxrc ${DESTDIR}${sysconfdir}
 	${INSTALL} -m 644 iso8859_1.tbl ${DESTDIR}${datadir}/detox
 	${INSTALL} -m 644 unicode.tbl ${DESTDIR}${datadir}/detox
 
