From 5f433adfed216579d11f2b9b63975f58f33ed809 Mon Sep 17 00:00:00 2001 From: rofl0r Date: Sun, 6 Jan 2013 19:18:04 +0100 Subject: [PATCH] fine-tune configure for BSD --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index 952a207..f3c7de1 100755 --- a/configure +++ b/configure @@ -90,6 +90,7 @@ if ismac ; then elif isbsd ; then echo LIBDL=>>config.mak echo "CFLAGS+=-DIS_BSD">>config.mak + echo INSTALL_FLAGS=-m>>config.mak fi echo done, now run make \&\& make install