From 661b047e7498211a19b361dd4fad74558771a439 Mon Sep 17 00:00:00 2001 From: Soeren Straarup Date: Sun, 30 Mar 2014 16:39:10 +0000 Subject: [PATCH] Fix compile with clang PR: ports/187164 Submitted by: Carl Makin (maintainer) --- comms/gmfsk/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/comms/gmfsk/Makefile b/comms/gmfsk/Makefile index 99f8e1f62235..fbc8d5151483 100644 --- a/comms/gmfsk/Makefile +++ b/comms/gmfsk/Makefile @@ -19,6 +19,7 @@ GNU_CONFIGURE= yes # preprocessor include tests. The following line is a work around. CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" CPPFLAGS+= -I${LOCALBASE}/include +USES_CSTD= gnu89 USES= gmake pkgconfig USE_GNOME= libgnomeui gnomehack gnomeprefix INSTALLS_OMF= yes