diff options
author | 2017-11-20 02:04:24 +0200 | |
---|---|---|
committer | 2017-11-30 00:19:21 +0100 | |
commit | 61657b913f9940794c93d2a80d8a6bdf5a65bee4 (patch) | |
tree | ec5814d881bea481cc454372b28e3a40381a06a5 /app-editors/kakoune/files | |
parent | app-editors/kakoune: version bump to 0_pre20171120 (diff) | |
download | gentoo-61657b913f9940794c93d2a80d8a6bdf5a65bee4.tar.gz gentoo-61657b913f9940794c93d2a80d8a6bdf5a65bee4.tar.bz2 gentoo-61657b913f9940794c93d2a80d8a6bdf5a65bee4.zip |
app-editors/kakoune: drop old 0_pre20170523
Diffstat (limited to 'app-editors/kakoune/files')
-rw-r--r-- | app-editors/kakoune/files/kakoune-0_pre20170523-makefile.patch | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/app-editors/kakoune/files/kakoune-0_pre20170523-makefile.patch b/app-editors/kakoune/files/kakoune-0_pre20170523-makefile.patch deleted file mode 100644 index b30238d6f943..000000000000 --- a/app-editors/kakoune/files/kakoune-0_pre20170523-makefile.patch +++ /dev/null @@ -1,31 +0,0 @@ -diff --git a/src/Makefile b/src/Makefile -index dbef95d9..70f16b32 100644 ---- a/src/Makefile -+++ b/src/Makefile -@@ -6,7 +6,6 @@ ifeq ($(debug),yes) - suffix := .debug - else - ifeq ($(debug),no) -- CXXFLAGS += -O3 - suffix := .opt - else - $(error debug should be either yes or no) -@@ -22,8 +21,6 @@ mandocs := $(docs:.asciidoc=.gz) - PREFIX ?= /usr/local - DESTDIR ?= # root dir - --NCURSESW_INCLUDE ?= /usr/include/ncursesw -- - bindir := $(DESTDIR)$(PREFIX)/bin - sharedir := $(DESTDIR)$(PREFIX)/share/kak - docdir := $(DESTDIR)$(PREFIX)/share/doc/kak -@@ -49,8 +46,7 @@ else ifneq (,$(findstring CYGWIN,$(os))) - CPPFLAGS += -D_XOPEN_SOURCE=700 - LIBS += -lncursesw -lboost_regex -ldbghelp - else -- LIBS += -lncursesw -lboost_regex -- CPPFLAGS += -I$(NCURSESW_INCLUDE) -+ LIBS += -lboost_regex - LDFLAGS += -rdynamic - endif - |