$OpenBSD$ --- higan/nall/Makefile.orig Tue Jan 15 05:27:28 2013 +++ higan/nall/Makefile Sun May 5 14:23:53 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