mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 07:01:54 +00:00
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.
|
||||
|
||||
diff --git a/guile/src/Makefile.am b/guile/src/Makefile.am
|
||||
index 7b55500..f52eee9 100644
|
||||
--- a/guile/src/Makefile.am
|
||||
+++ b/guile/src/Makefile.am
|
||||
@@ -95,7 +95,7 @@ priorities.i.c: $(srcdir)/make-session-priorities.scm
|
||||
--- gnutls-3.0.22/guile/src/Makefile.in 2012-08-04 20:52:39.000000000 +0200
|
||||
+++ gnutls-3.0.22/guile/src/Makefile.in 2012-08-11 21:55:20.000000000 +0200
|
||||
@@ -1564,7 +1564,7 @@ AM_CPPFLAGS = \
|
||||
# `$(GUILE_CFLAGS)' may contain a series of `-I' switches so it must be
|
||||
# included here, even though we'd really want `$(GUILE_CPPFLAGS)'.
|
||||
snarfcppopts = $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
|
||||
- $(CFLAGS) $(AM_CFLAGS) $(GUILE_CFLAGS)
|
||||
+ $(CFLAGS) $(guile_gnutls_v_2_la_CFLAGS)
|
||||
|
||||
.c.x: $(BUILT_SOURCES)
|
||||
$(guile_snarf) -o $@ $< $(snarfcppopts)
|
||||
all: $(BUILT_SOURCES)
|
||||
$(MAKE) $(AM_MAKEFLAGS) all-am
|
||||
|
Loading…
Reference in New Issue
Block a user