gnutls: FreeBSD: patch Makefile.in, not Makefile.am
This commit is contained in:
parent
cb76c03216
commit
0dea12ff8d
@ -4,16 +4,14 @@ Date: Thu Aug 9 15:24:11 2012 +0200
|
|||||||
|
|
||||||
Add gnulib -I's to guile-snarf command.
|
Add gnulib -I's to guile-snarf command.
|
||||||
|
|
||||||
diff --git a/guile/src/Makefile.am b/guile/src/Makefile.am
|
--- gnutls-3.0.22/guile/src/Makefile.in 2012-08-04 20:52:39.000000000 +0200
|
||||||
index 7b55500..f52eee9 100644
|
+++ gnutls-3.0.22/guile/src/Makefile.in 2012-08-11 21:55:20.000000000 +0200
|
||||||
--- a/guile/src/Makefile.am
|
@@ -1564,7 +1564,7 @@ AM_CPPFLAGS = \
|
||||||
+++ b/guile/src/Makefile.am
|
|
||||||
@@ -95,7 +95,7 @@ priorities.i.c: $(srcdir)/make-session-priorities.scm
|
|
||||||
# `$(GUILE_CFLAGS)' may contain a series of `-I' switches so it must be
|
# `$(GUILE_CFLAGS)' may contain a series of `-I' switches so it must be
|
||||||
# included here, even though we'd really want `$(GUILE_CPPFLAGS)'.
|
# included here, even though we'd really want `$(GUILE_CPPFLAGS)'.
|
||||||
snarfcppopts = $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
|
snarfcppopts = $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
|
||||||
- $(CFLAGS) $(AM_CFLAGS) $(GUILE_CFLAGS)
|
- $(CFLAGS) $(AM_CFLAGS) $(GUILE_CFLAGS)
|
||||||
+ $(CFLAGS) $(guile_gnutls_v_2_la_CFLAGS)
|
+ $(CFLAGS) $(guile_gnutls_v_2_la_CFLAGS)
|
||||||
|
|
||||||
.c.x: $(BUILT_SOURCES)
|
all: $(BUILT_SOURCES)
|
||||||
$(guile_snarf) -o $@ $< $(snarfcppopts)
|
$(MAKE) $(AM_MAKEFLAGS) all-am
|
||||||
|
Loading…
x
Reference in New Issue
Block a user