$OpenBSD$ --- ananke/nall/Makefile.orig Sat Jan 12 05:26:29 2013 +++ ananke/nall/Makefile Sun May 5 15:50:58 2013 @@ -40,12 +40,12 @@ ifeq ($(compiler),) else ifeq ($(platform),osx) compiler := gcc-mp-4.7 else - compiler := gcc-4.7 + compiler := ${CC} endif endif c := $(compiler) -std=gnu99 -cpp := $(subst cc,++,$(compiler)) -std=gnu++0x +cpp := ${CXX} -std=gnu++0x ifeq ($(prefix),) prefix := /usr/local