From 04dcf2464a4fff4b06160d861a2ac76e536fc2cb Mon Sep 17 00:00:00 2001 From: Ron Elliott Date: Wed, 13 Apr 2016 21:10:37 -0700 Subject: [PATCH 1/3] Fixed building on FreeBSD. --- binding.gyp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/binding.gyp b/binding.gyp index 66f0115ed..48986fe65 100755 --- a/binding.gyp +++ b/binding.gyp @@ -10,10 +10,10 @@ } }, { # 'OS!="win"' 'variables': { - 'with_jpeg%': ' Date: Thu, 14 Apr 2016 18:17:52 -0700 Subject: [PATCH 2/3] Revert "Fixed building on FreeBSD." This reverts commit 04dcf2464a4fff4b06160d861a2ac76e536fc2cb. --- binding.gyp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/binding.gyp b/binding.gyp index 48986fe65..66f0115ed 100755 --- a/binding.gyp +++ b/binding.gyp @@ -10,10 +10,10 @@ } }, { # 'OS!="win"' 'variables': { - 'with_jpeg%': ' Date: Thu, 14 Apr 2016 18:18:41 -0700 Subject: [PATCH 3/3] Updated has_lib.sh shebang to fix building on FreeBSD. --- util/has_lib.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/has_lib.sh b/util/has_lib.sh index 31ef1298f..945a92919 100755 --- a/util/has_lib.sh +++ b/util/has_lib.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh has_ldconfig() { hash ldconfig 2>/dev/null