Re: [PATCH] contrib/svn-fe: fix Makefile

2014-08-27 Thread Maxim Bublis
On 26 авг. 2014 г., at 13:31, Torsten Bögershausen wrote: > On 08/26/2014 02:44 PM, Maxim Bublis wrote: >> >> + >> +ifeq ($(uname_S),Darwin) >> +CFLAGS += -I/opt/local/include >> +LDFLAGS += -L/opt/local/lib >> +endif >> + > Should it be possible to disable this by using NO_DARWIN_PORTS

Re: [PATCH] contrib/svn-fe: fix Makefile

2014-08-26 Thread Torsten Bögershausen
On 08/26/2014 02:44 PM, Maxim Bublis wrote: Fixes several problems: * include config.mak.uname, config.mak.autogen and config.mak in order to use settings for prefix and other such things; * link xdiff/lib.a as it is a requirement for libgit.a; * fix CFLAGS and EXTLIBS for Linux and

[PATCH] contrib/svn-fe: fix Makefile

2014-08-26 Thread Maxim Bublis
Fixes several problems: * include config.mak.uname, config.mak.autogen and config.mak in order to use settings for prefix and other such things; * link xdiff/lib.a as it is a requirement for libgit.a; * fix CFLAGS and EXTLIBS for Linux and Mac OS X. --- contrib/svn-fe/Makefile | 47 +