aboutsummaryrefslogtreecommitdiff
path: root/french/med/files/patch-src::cfi::Makefile.in
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2005-01-17 21:08:51 +0000
committerThierry Thomas <thierry@FreeBSD.org>2005-01-17 21:08:51 +0000
commit9290d9054a689c8888963c4884f4a7cdfa00aa16 (patch)
tree73d72f48f3dc42dd83b74d261768272d12ea1ea9 /french/med/files/patch-src::cfi::Makefile.in
parent915461ba90c559155e318d2776e6a0bd2a7efc70 (diff)
downloadports-9290d9054a689c8888963c4884f4a7cdfa00aa16.tar.gz
ports-9290d9054a689c8888963c4884f4a7cdfa00aa16.zip
Upgrade to 2.2.2.
Notes
Notes: svn path=/head/; revision=126666
Diffstat (limited to 'french/med/files/patch-src::cfi::Makefile.in')
-rw-r--r--french/med/files/patch-src::cfi::Makefile.in19
1 files changed, 19 insertions, 0 deletions
diff --git a/french/med/files/patch-src::cfi::Makefile.in b/french/med/files/patch-src::cfi::Makefile.in
new file mode 100644
index 000000000000..5591ee94fe76
--- /dev/null
+++ b/french/med/files/patch-src::cfi::Makefile.in
@@ -0,0 +1,19 @@
+--- src/cfi/Makefile.in.orig Thu Nov 18 11:34:29 2004
++++ src/cfi/Makefile.in Sun Jan 9 00:30:48 2005
+@@ -57,11 +57,13 @@
+ DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
+ depcomp = $(SHELL) $(top_srcdir)/config/depcomp
+ am__depfiles_maybe = depfiles
++# FreeBSD patch: put AM_CFLAGS before CPPFLAGS to be able to compile
++# even if includes from previous version are installed.
+ COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
+- $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
++ $(AM_CFLAGS) $(CPPFLAGS) $(CFLAGS)
+ LTCOMPILE = $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) \
+- $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+- $(AM_CFLAGS) $(CFLAGS)
++ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(AM_CFLAGS) \
++ $(CPPFLAGS) $(CFLAGS)
+ CCLD = $(CC)
+ LINK = $(LIBTOOL) --mode=link --tag=CC $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
+ $(AM_LDFLAGS) $(LDFLAGS) -o $@