aboutsummaryrefslogtreecommitdiff
path: root/french/med/files/patch-src::cfi::Makefile.in
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2010-03-26 18:30:47 +0000
committerThierry Thomas <thierry@FreeBSD.org>2010-03-26 18:30:47 +0000
commit2498ef79d71ef60bdeebbc3c099892c2d2b54d62 (patch)
treecab62ffce9a1db2091780c3f35c2570bb6c5e1e9 /french/med/files/patch-src::cfi::Makefile.in
parent0aedfcd5070f48b63d470ce940d507e2f870b70a (diff)
downloadports-2498ef79d71ef60bdeebbc3c099892c2d2b54d62.tar.gz
ports-2498ef79d71ef60bdeebbc3c099892c2d2b54d62.zip
Notes
Diffstat (limited to 'french/med/files/patch-src::cfi::Makefile.in')
-rw-r--r--french/med/files/patch-src::cfi::Makefile.in14
1 files changed, 5 insertions, 9 deletions
diff --git a/french/med/files/patch-src::cfi::Makefile.in b/french/med/files/patch-src::cfi::Makefile.in
index 0250edf0f148..14b9ebc75316 100644
--- a/french/med/files/patch-src::cfi::Makefile.in
+++ b/french/med/files/patch-src::cfi::Makefile.in
@@ -1,9 +1,9 @@
---- ./src/cfi/Makefile.in.orig 2008-02-08 15:21:48.000000000 +0100
-+++ ./src/cfi/Makefile.in 2008-03-22 14:27:04.000000000 +0100
-@@ -57,11 +57,13 @@
- DEFAULT_INCLUDES = -I. -I$(top_builddir)/include@am__isrc@
+--- ./src/cfi/Makefile.in.orig 2009-09-23 15:02:49.000000000 +0200
++++ ./src/cfi/Makefile.in 2010-01-31 14:17:13.000000000 +0100
+@@ -62,8 +62,10 @@
depcomp = $(SHELL) $(top_srcdir)/config/depcomp
am__depfiles_maybe = depfiles
+ am__mv = mv -f
+# 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) \
@@ -11,8 +11,4 @@
+ $(AM_CFLAGS) $(CPPFLAGS) $(CFLAGS)
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
-- $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
-+ $(AM_CPPFLAGS) $(AM_CFLAGS) $(CPPFLAGS) $(CFLAGS)
- CCLD = $(CC)
- LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
- --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
+ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)