freebsd-ports/textproc/libyaml/files/patch-tests-Makefile.in
Ying-Chieh Liao 8700f476c4 add libyaml 0.0.1
A YAML 1.1 parser and emitter written in C

PR:		102712
2006-09-01 09:50:25 +00:00

11 lines
366 B
Text

--- tests/Makefile.in.orig Thu Aug 31 09:16:34 2006
+++ tests/Makefile.in Thu Aug 31 09:16:46 2006
@@ -201,7 +201,7 @@
sysconfdir = @sysconfdir@
target_alias = @target_alias@
AM_CPPFLAGS = -I$(top_srcdir)/include
-AM_CFLAGS = -Wno-pointer-sign
+#AM_CFLAGS = -Wno-pointer-sign
LDADD = $(top_builddir)/src/libyaml.la
TESTS = test-version test-reader
all: all-am