summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Weber <xmw@gentoo.org>2016-05-07 23:16:24 +0200
committerMichael Weber <xmw@gentoo.org>2016-05-07 23:44:02 +0200
commit9af46930103eb5909dea42cbc94c268eda22a427 (patch)
tree7744c32d1f40e6eb349b9a3a286380575e0ae369 /dev-libs/libnsfb/files
parentdev-libs/nsgenbind: Drop old. (diff)
downloadgentoo-9af46930103eb5909dea42cbc94c268eda22a427.tar.gz
gentoo-9af46930103eb5909dea42cbc94c268eda22a427.tar.bz2
gentoo-9af46930103eb5909dea42cbc94c268eda22a427.zip
dev-libs/libnsfb: Drop old.
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-libs/libnsfb/files')
-rw-r--r--dev-libs/libnsfb/files/libnsfb-0.1.3-glibc2.20.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/dev-libs/libnsfb/files/libnsfb-0.1.3-glibc2.20.patch b/dev-libs/libnsfb/files/libnsfb-0.1.3-glibc2.20.patch
deleted file mode 100644
index 8d6ba888b0f4..000000000000
--- a/dev-libs/libnsfb/files/libnsfb-0.1.3-glibc2.20.patch
+++ /dev/null
@@ -1,19 +0,0 @@
---- 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 := -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
-