mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-27 14:00:45 -04:00
12 lines
367 B
Plaintext
12 lines
367 B
Plaintext
$NetBSD: patch-lib_crf_Makefile.am,v 1.1.1.1 2014/10/29 23:13:21 cheusov Exp $
|
|
|
|
# Adapted for recent autoconf and automake
|
|
--- lib/crf/Makefile.am.orig 2011-08-11 03:02:41.000000000 +0000
|
|
+++ lib/crf/Makefile.am
|
|
@@ -43,4 +43,4 @@ libcrfsuite_la_LIBADD = \
|
|
$(top_builddir)/lib/cqdb/libcqdb.la
|
|
|
|
AM_CFLAGS = @CFLAGS@
|
|
-INCLUDES = @INCLUDES@
|
|
+AM_CPPFLAGS = @INCLUDES@
|