xmw 15/03/22 00:11:05
Added: libnsfb-0.1.3-glibc2.20.patch
Removed: libnsfb-0.0.2-xcb-fix.patch
libnsfb-0.0.2-autodetect.patch
libnsfb-0.0.2-unused.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/libnsfb/files/libnsfb-0.1.3-glibc2.20.patch
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libnsfb/files/libnsfb-0.1.3-glibc2.20.patch?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libnsfb/files/libnsfb-0.1.3-glibc2.20.patch?rev=1.1&content-type=text/plain
Index: libnsfb-0.1.3-glibc2.20.patch
===================================================================
--- libnsfb-0.1.3/Makefile
+++ libnsfb-0.1.3/Makefile
@@ -15,13 +15,13 @@
# Toolchain flags
WARNFLAGS := -Wall -Wextra -Wundef -Wpointer-arith -Wcast-align \
-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes \
- -Wmissing-declarations -Wnested-externs -Werror
+ -Wmissing-declarations -Wnested-externs
# would like these flags but gcc earlier than 4.4 fail
#-pedantic -Wno-overlength-strings # For nsglobe.c
-CFLAGS := -g -std=c99 -D_BSD_SOURCE -D_POSIX_C_SOURCE=200112L \
- -I$(CURDIR)/include/ -I$(CURDIR)/src $(WARNFLAGS) $(CFLAGS) -Wno-error
+CFLAGS := -g -std=c99 -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200112L \
+ -I$(CURDIR)/include/ -I$(CURDIR)/src $(WARNFLAGS) $(CFLAGS)
NSFB_XCB_PKG_NAMES := xcb xcb-icccm xcb-image xcb-keysyms xcb-atom