diff options
author | Michael Weber <xmw@gentoo.org> | 2014-11-18 13:51:26 +0000 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2014-11-18 13:51:26 +0000 |
commit | bddfc839691271bf20af7d67ac140b8e25824344 (patch) | |
tree | e3c4e171c4d400b11ba109d0737a6735a2a889d4 /dev-libs/libnsfb/files | |
parent | Cleanup unused patches. (diff) | |
download | gentoo-2-bddfc839691271bf20af7d67ac140b8e25824344.tar.gz gentoo-2-bddfc839691271bf20af7d67ac140b8e25824344.tar.bz2 gentoo-2-bddfc839691271bf20af7d67ac140b8e25824344.zip |
Re-add keywords, bug 529594 was due a skipped cvs commit.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)
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, 13 insertions, 0 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 new file mode 100644 index 000000000000..0900166cc0ee --- /dev/null +++ b/dev-libs/libnsfb/files/libnsfb-0.1.2-glibc2.20.patch @@ -0,0 +1,13 @@ +--- 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 + |