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
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
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 +
3 matches
Mail list logo