| -rw-r--r-- | Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -49,13 +49,6 @@ 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. # |