openbsd-ports/biology/nutdb/patches/patch-fltk_Makefile
sthen 67bd7b497a Fix path to nutdb's config files and build the gui version. Problem noted
by Juha Erkkila (with a diff, but I fixed the problems in a different way).
2011-11-28 10:18:53 +00:00

13 lines
434 B
Plaintext

$OpenBSD: patch-fltk_Makefile,v 1.1 2011/11/28 10:18:53 sthen Exp $
--- fltk/Makefile.orig Mon Nov 28 10:11:29 2011
+++ fltk/Makefile Mon Nov 28 10:11:38 2011
@@ -16,7 +16,7 @@ CC = gcc
CXX = g++
endif
-CFLAGS := -I.. `fltk-config --optim --cflags` -O -DNUTDIR=$(NUTDIR) -DFOODDIR=$(FOODDIR)
+CFLAGS := -I.. `fltk-config --cflags` -O -DNUTDIR=$(NUTDIR) -DFOODDIR=$(FOODDIR)
ifeq ($(CXX),g++)
CFLAGS += -Wall -fno-inline -ansi