diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-01-07 21:39:47 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-01-07 21:39:47 +0100 |
commit | 1168c2a747460b62e85bc021f16f8d21ff2a6b86 (patch) | |
tree | 626add6bd6a540f97486055ca68cef445ebd6cd1 /package/dillo/patches/patch-src_IO_Makefile_in | |
parent | acd808ff41ae90f1e22088654124f6c4ec149e83 (diff) |
remove duplicate call of CFLAGS, remove /usr/local from compiler paths
Diffstat (limited to 'package/dillo/patches/patch-src_IO_Makefile_in')
-rw-r--r-- | package/dillo/patches/patch-src_IO_Makefile_in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/dillo/patches/patch-src_IO_Makefile_in b/package/dillo/patches/patch-src_IO_Makefile_in new file mode 100644 index 000000000..242d86f5a --- /dev/null +++ b/package/dillo/patches/patch-src_IO_Makefile_in @@ -0,0 +1,11 @@ +--- dillo-2.2.orig/src/IO/Makefile.in 2010-02-11 11:20:01.000000000 +0100 ++++ dillo-2.2/src/IO/Makefile.in 2011-01-07 21:38:15.000000000 +0100 +@@ -188,7 +188,7 @@ top_build_prefix = @top_build_prefix@ + top_builddir = @top_builddir@ + top_srcdir = @top_srcdir@ + AM_CPPFLAGS = -DDILLO_BINDIR='"$(bindir)/"' +-AM_CFLAGS = @LIBFLTK_CFLAGS@ ++AM_CFLAGS = + AM_CXXFLAGS = @LIBFLTK_CXXFLAGS@ + noinst_LIBRARIES = libDiof.a + libDiof_a_SOURCES = \ |