Description: Do not hardcode CFLAGS
 Adjust the upstream Makefile to not hardcode CFLAGS. Also adjusts VER
 that upstream forgot to update.
Author: Gwen Weinholt <weinholt@debian.org>
Bug-Debian: https://bugs.debian.org/1099427

--- alevt-1.8.3.orig/Makefile
+++ alevt-1.8.3/Makefile
@@ -1,4 +1,4 @@
-VER=1.8.2
+VER=1.8.3
 OPT=-O2 -g -w
 #OPT=-O -g
 DEFS=-DWITH_PNG
@@ -14,7 +14,7 @@ HOSTCC=$(CC)
 DESTDIR=
 PREFIX=/usr/local
 
-CFLAGS=$(OPT) -DVERSION=\"$(VER)\" $(DEFS) -I$(USR_X11R6)/include
+CFLAGS+=$(OPT) -DVERSION=\"$(VER)\" $(DEFS) -I$(USR_X11R6)/include
 
 PKGS="x11"
 
