From 2853692a9ee7d0b451096f06e8f752d6551f5245 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Wed, 17 Oct 2012 18:30:08 +0200 Subject: Makefile: support FreeBSD libiconv paths According to Dan Rue , FreeBSD requires the lib paths to get libiconv from /usr/local. --- Makefile | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1e34129..b95cee4 100644 --- a/Makefile +++ b/Makefile @@ -49,6 +49,13 @@ ifeq ($(uname_O),Cygwin) NEEDS_LIBICONV = YesPlease endif +ifeq ($(uname_S),FreeBSD) + # Apparantly libiconv is installed in /usr/local on FreeBSD + LDFLAGS ?= -L/usr/local/lib + CFLAGS ?= -I/usr/local/include + NEEDS_LIBICONV = yes +endif + # # Let the user override the above settings. # -- cgit 1.4.1 pe='submit' value='switch'/> dontfiles
summary refs log tree commit diff
Commit message (Expand)Author
2013-11-03Update pluginsJune McEnroe
2013-11-03Remove unused pluginsJune McEnroe
2013-11-03Update jellybeansJune McEnroe
2013-11-03Switch to (customized) jellybeans colorschemeJune McEnroe
2013-11-03Disable Airline whitespace extensionJune McEnroe
2013-11-02Replace vim-gitgutter with vim-signifyJune McEnroe
2013-11-02Add tagbarJune McEnroe
2013-11-02Add AirlineJune McEnroe
2013-11-02Remove powerlineJune McEnroe
2013-09-06Disable some options in terminalsJune McEnroe
2013-09-05Only set colorscheme for gvimJune McEnroe
2013-08-17Add vim-ragtagJune McEnroe
2013-06-08Update base16-vimJune McEnroe
2013-06-07Switch to my own fork of base16-vimJune McEnroe
2013-05-24Indent compojure correctlyJune McEnroe
2013-05-23Remove vim-clojure-staticJune McEnroe
2013-05-23Replace VimClojure with vim-clojure-staticJune McEnroe
2013-05-18Do not run gitgutter eagerlyJune McEnroe
2013-05-15Remove tabularJune McEnroe
2013-05-15Use long names for all settingsJune McEnroe
2013-05-15Add vim-gitgutterJune McEnroe
2013-04-23Remove unused pluginsJune McEnroe
2013-04-23Switch to base16-default colorschemeJune McEnroe
2013-03-26Replace nerdcommenter with vim-commentaryJune McEnroe
2013-03-24Add paredit.vimJune McEnroe
2013-03-14Update base16-vimJune McEnroe
2013-03-12Hide mode from below statuslineJune McEnroe
2013-03-12Switch to powerlineJune McEnroe
2013-03-12Remove vim-powerlineJune McEnroe
2013-02-03Update base16 and refheapJune McEnroe
2013-02-03Ignore plugin/private.vimJune McEnroe
2012-09-29Disable GUI dialogsJune McEnroe