tags 778019 + patch
thanks

Here is a fix for the gcc-5 build issue for 778019 multimon

The attached patch, adding -std=gn89 to CFLAGS in Makefile, is a work
around to instruct gcc-5 to use gnu-89 semantics for inline function
declarations, so the package is able to build without any error.

Thanks,
Mak.
--- Makefile	2015-07-20 18:59:52.236196861 +0000
+++ Makefile.orig	2015-07-20 18:59:41.052196630 +0000
@@ -2,7 +2,7 @@
 OS		=$(shell uname)
 ARCHITECTURE	=$(shell dpkg --print-architecture)
 
-CFLAGS		+=-std=gnu89 -Wall -Wstrict-prototypes -I/usr/X11R6/include
+CFLAGS		+=-Wall -Wstrict-prototypes -I/usr/X11R6/include
 ifeq ($(OS),SunOS)
 ifeq ($(DEBUG),y)
 CFLAGS		+=-g -O -DSUN_AUDIO -DARCH_SPARC

Reply via email to