xmw         15/03/22 00:05:19

  Added:                nsgenbind-0.1.2-glibc2.20.patch
  Removed:              nsgenbind-0.0.1-bison-2.6.patch
  Log:
  Version bump (bug 543846).
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
62EEF090)

Revision  Changes    Path
1.1                  dev-libs/nsgenbind/files/nsgenbind-0.1.2-glibc2.20.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/nsgenbind/files/nsgenbind-0.1.2-glibc2.20.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/nsgenbind/files/nsgenbind-0.1.2-glibc2.20.patch?rev=1.1&content-type=text/plain

Index: nsgenbind-0.1.2-glibc2.20.patch
===================================================================
--- nsgenbind-0.1.2/Makefile
+++ nsgenbind-0.1.2/Makefile
@@ -16,13 +16,7 @@
 WARNFLAGS := -Wall -W -Wundef -Wpointer-arith -Wcast-align \
        -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes \
        -Wmissing-declarations -Wnested-externs
-# BeOS/Haiku/AmigaOS have standard library errors that issue warnings.
-ifneq ($(BUILD),i586-pc-haiku)
-  ifneq ($(findstring amigaos,$(BUILD)),amigaos)
-#    WARNFLAGS := $(WARNFLAGS) -Werror
-  endif
-endif
-CFLAGS := -D_BSD_SOURCE -D_POSIX_C_SOURCE=200809L -I$(CURDIR)/include/ \
+CFLAGS := -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -I$(CURDIR)/include/ \
        -I$(CURDIR)/src $(WARNFLAGS) $(CFLAGS)
 ifneq ($(GCCVER),2)
   CFLAGS := $(CFLAGS) -std=c99




Reply via email to