Mac build fix, gsed -> sed
authorMicah Elizabeth Scott <micah@misc.name>
Tue, 15 Dec 2015 18:22:35 +0000 (10:22 -0800)
committerMicah Elizabeth Scott <micah@misc.name>
Tue, 15 Dec 2015 18:22:35 +0000 (10:22 -0800)
Homebrew is calling its GNU sed just 'sed' now.

Makefile

index aa3703642fece962e8189ca89b18c99e8197090f..3dff837fbc3c5233ec3b9eee97614f93b8f3849c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -54,7 +54,7 @@ ifeq (Darwin,$(findstring Darwin,$(shell uname)))
        LDFLAGS += $(shell PKG_CONFIG_PATH=$$(brew list libffi | grep pkgconfig | xargs dirname) pkg-config --silence-errors --libs libffi)
        # use bison installed by homebrew if available
        BISON = $(shell (brew list bison | grep -m1 "bin/bison") || echo bison)
-       SED = gsed
+       SED = sed
 else
        LDFLAGS += -rdynamic
        LDLIBS += -lrt