Index: files/patch-Makefile =================================================================== RCS file: /home/amdmi3/projects/freebsd/FreeBSD.cvs/ports/games/neverball/files/patch-Makefile,v retrieving revision 1.10 diff -u -r1.10 patch-Makefile --- files/patch-Makefile 6 Feb 2009 23:51:06 -0000 1.10 +++ files/patch-Makefile 8 Jan 2010 04:46:16 -0000 @@ -1,7 +1,7 @@ ---- Makefile.orig 2009-01-29 16:39:11.000000000 -0600 -+++ Makefile 2009-02-05 21:25:57.000000000 -0600 -@@ -12,6 +12,10 @@ - DARWIN := 1 +--- Makefile.orig 2009-09-20 14:06:00.000000000 +0400 ++++ Makefile 2010-01-08 07:46:09.000000000 +0300 +@@ -38,6 +38,10 @@ + USERDIR := $(USERDIR)-dev endif +ifeq ($(shell uname), FreeBSD) @@ -11,7 +11,16 @@ #------------------------------------------------------------------------------ # Optional flags (CFLAGS, CPPFLAGS, ...) -@@ -105,6 +109,14 @@ +@@ -69,7 +73,7 @@ + SDL_CPPFLAGS := $(shell sdl-config --cflags) -U_GNU_SOURCE + PNG_CPPFLAGS := $(shell libpng-config --cflags) + +-ALL_CPPFLAGS := $(SDL_CPPFLAGS) $(PNG_CPPFLAGS) -Ishare \ ++ALL_CPPFLAGS := $(SDL_CPPFLAGS) $(PNG_CPPFLAGS) -I$(LOCALBASE)/include -Ishare \ + -DVERSION=\"$(VERSION)\" + + ALL_CPPFLAGS += \ +@@ -137,6 +141,14 @@ BASE_LIBS += -L/opt/local/lib endif