From d2d421735eaa10cab70d1aaeac50779b1fedd804 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Fri, 3 Aug 2018 13:36:41 -0400 Subject: Link with -lcursesw --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 0f622b6..47c2ecb 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ USER = chat CFLAGS += -Wall -Wextra -Wpedantic CFLAGS += -I/usr/local/include LDFLAGS += -L/usr/local/lib -LDLIBS = -lcurses -ltls +LDLIBS = -lcursesw -ltls all: tags chat @@ -27,7 +27,6 @@ chroot.tar: chat install -o root -g wheel -m 555 /libexec/ld-elf.so.1 root/libexec install -o root -g wheel -m 444 \ /lib/libc.so.7 \ - /lib/libncurses.so.8 \ /lib/libncursesw.so.8 \ /lib/libthr.so.3 \ /usr/local/lib/libcrypto.so.43 \ -- cgit 1.4.1 t type='submit' value='switch'/> dontfiles
summary refs log tree commit diff
path: root/bundle/vim-markdown (unfollow)
Commit message (Expand)Author
2012-03-11Rebind Y to y$ for more consistent behaviourJune McEnroe
2012-03-03Update Vim-Tomorrow-ThemeJune McEnroe
2012-03-02Update Vim-Tomorrow-ThemeJune McEnroe
2012-02-29Update PowerlineJune McEnroe
2012-02-29Add shiftround optionJune McEnroe
2012-02-25Add ,z mapping to toggle spellJune McEnroe
2012-02-13Add badwolf colorschemeJune McEnroe
2012-02-11Customize C/C++ indentationJune McEnroe
2012-02-07Update Powerline to 'develop' branchJune McEnroe
2012-02-07Add Solarized colorschemeJune McEnroe
2012-02-07Add back set nocompatible, even though it seemed to end up set anywayJune McEnroe
2012-02-05Update jellybeansJune McEnroe
2012-02-02Update itchy.vimJune McEnroe
2012-02-02Add mapping to toggle relative/absolute numberingJune McEnroe
2012-02-02Add itchy.vimJune McEnroe
2012-02-01Revert "Add ShowMarks plugin"June McEnroe
2012-02-01Add ShowMarks pluginJune McEnroe
2012-02-01Update Vim-Tomorrow-ThemeJune McEnroe
2012-02-01Add vim-markdownJune McEnroe
2012-02-01Add tabular.vimJune McEnroe
2012-02-01Update Vim-Tomorrow-ThemeJune McEnroe
2012-01-30Disable menu bar in GVimJune McEnroe
2012-01-30Set shiftwidth to 4 for LuaJune McEnroe
2012-01-29Don't show Syntastic errors automaticallyJune McEnroe
2012-01-28Update to Quicktask 1.1June McEnroe
2012-01-22Use space-test branch of quicktaskJune McEnroe
2012-01-22Enable syntax-based foldingJune McEnroe
2012-01-22Update quicktaskJune McEnroe
2012-01-22Revert "Add AutoClose"June McEnroe
2012-01-22Revert "Disable powerline for now"June McEnroe
2012-01-22Revert "Add VCS repo directories to wildignore"June McEnroe
2012-01-22Disable powerline for nowJune McEnroe
2012-01-22Update some pluginsJune McEnroe
2012-01-22Add VCS repo directories to wildignoreJune McEnroe
2012-01-22Map ,e and ,b to CtrlP file and buffer respectivelyJune McEnroe
2012-01-22Add vim-spaceJune McEnroe
2012-01-22Add AutoCloseJune McEnroe
2012-01-22Add binding for GundoJune McEnroe
2012-01-22Add GundoJune McEnroe
2012-01-22Add Jellybeans colorschemeJune McEnroe
2012-01-22Add syntasticJune McEnroe
2012-01-21Add PowerlineJune McEnroe
2012-01-21Add quicktaskJune McEnroe
2012-01-15Moved comments out of mapsJune McEnroe
2012-01-14Disable scrollbarsJune McEnroe