openbsd-ports/sysutils/bubblemon-dockapp/patches/patch-Makefile
wilfried 3e5ac9a8ae update to bubblemon-dockapp-1.4
upstream author incorporated my patches
2001-08-30 08:46:21 +00:00

25 lines
717 B
Plaintext

$OpenBSD: patch-Makefile,v 1.2 2001/08/30 08:46:21 wilfried Exp $
--- Makefile.orig Tue Aug 28 12:05:05 2001
+++ Makefile Thu Aug 30 10:34:30 2001
@@ -10,17 +10,17 @@ PREFIX = /usr/local
# no user serviceable parts below
EXTRA += $(WMAN)
# optimization cflags
-CFLAGS = -O3 -ansi -Wall `gtk-config --cflags` ${EXTRA}
+CFLAGS += -Wall `gtk-config --cflags` ${EXTRA}
# profiling cflags
# CFLAGS = -ansi -Wall -pg -O3 `gtk-config --cflags` ${EXTRA} -DPRO
# test coverage cflags
# CFLAGS = -fprofile-arcs -ftest-coverage -Wall -ansi -g `gtk-config --cflags` ${EXTRA} -DPRO
-SHELL=sh
+#SHELL=sh
OS = $(shell uname -s)
OBJS = bubblemon.o
-CC = gcc
+#CC = gcc
# special things for Linux
ifeq ($(OS), Linux)