From 2bdb8fff874bc7b46ba0f782d95e50abbb463120 Mon Sep 17 00:00:00 2001 From: NicJA Date: Thu, 13 Apr 2017 03:57:39 +0000 Subject: [PATCH] don't use the bsdsocket library defines since they conflict with structure elements. git-svn-id: https://svn.aros.org/svn/aros/trunk/contrib@54493 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- development/scm/git/mmakefile.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/development/scm/git/mmakefile.src b/development/scm/git/mmakefile.src index 9322a7a09..3edfa9ace 100644 --- a/development/scm/git/mmakefile.src +++ b/development/scm/git/mmakefile.src @@ -39,7 +39,7 @@ GIT_PATCHIGNORE := autom4te.cache configure GIT-VERSION-FILE srcdir=$(GIT_ARCHDIR) suffixes="tar.gz" destination=$(GIT_PORTDIR) excludes="$(GIT_PATCHIGNORE)" NOAWRN_FLAGS := $(NOWARN_IMPLICIT_FUNCTION_DECLARATION) -USER_CFLAGS := $(NOAWRN_FLAGS) +USER_CFLAGS := $(NOAWRN_FLAGS) -DBSDSOCKET_NOLIBDEFINES %build_with_configure mmake=contrib-development-git compiler=target \ srcdir=$(GIT_PORTDIR)/$(GIT_ARCHDIR) prefix="$(DESTDIR)" nix=yes \ -- 2.11.4.GIT