ports/devel/monotone/files/patch-Makefile.in
Guido Falsi 758e8ddd61 - Make monotone depend on new botan 1.10 port by importing a patch from upstream
- While here mark it MAKE_JOBS_SAFE
- Remove version numbers from LIB_DEPENDS
- Allow the port to compile with clang on amd64

PR:		ports/178316
Submitted by:	Lapo Luchini <lapo@lapo.it> (maintainer)
2013-05-22 18:09:24 +00:00

11 lines
553 B
Text

--- Makefile.in.orig 2011-03-26 10:43:10.000000000 +0100
+++ Makefile.in 2013-05-22 00:42:41.059149227 +0200
@@ -976,7 +976,7 @@
@BUILD_PCH_TRUE@PCH_FILE = $(PCH_BUILD).gch
AM_CXXFLAGS = $(PCH_FLAGS)
SUFFIXES = .gch .merged.po .gmo
-AM_CPPFLAGS = $(intl_CFLAGS) $(pcre_CFLAGS) $(botan_CFLAGS) \
+AM_CPPFLAGS = $(botan_CFLAGS) $(intl_CFLAGS) $(pcre_CFLAGS) \
$(lua_CFLAGS) $(sqlite3_CFLAGS) $(idn_CFLAGS) $(am__append_4) \
$(am__append_10) $(am__append_12) $(am__append_15)
LDADD = src/libplatform.a src/lib3rdparty.a $(intl_LIBS) $(pcre_LIBS) \