diff options
author | Michael Weber <xmw@gentoo.org> | 2016-03-02 02:24:04 +0100 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2016-03-02 23:41:31 +0100 |
commit | 7f74dbe3729733a2fdc916bc72ac06e2e0df8a25 (patch) | |
tree | 8c65a43d84c19e3575bfee19abf05d0ad14ee5ce /dev-libs/libnsfb/files | |
parent | dev-libs/libnsfb: Version bump. (diff) | |
download | gentoo-7f74dbe3729733a2fdc916bc72ac06e2e0df8a25.tar.gz gentoo-7f74dbe3729733a2fdc916bc72ac06e2e0df8a25.tar.bz2 gentoo-7f74dbe3729733a2fdc916bc72ac06e2e0df8a25.zip |
dev-libs/libnsfb: Drop old.
Package-Manager: portage-2.2.27
Diffstat (limited to 'dev-libs/libnsfb/files')
-rw-r--r-- | dev-libs/libnsfb/files/libnsfb-0.1.2-glibc2.20.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/dev-libs/libnsfb/files/libnsfb-0.1.2-glibc2.20.patch b/dev-libs/libnsfb/files/libnsfb-0.1.2-glibc2.20.patch deleted file mode 100644 index 0900166cc0ee..000000000000 --- a/dev-libs/libnsfb/files/libnsfb-0.1.2-glibc2.20.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- libnsfb-0.1.2/Makefile -+++ libnsfb-0.1.2/Makefile -@@ -20,8 +20,8 @@ - # 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 - |