diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-10-18 03:18:54 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-10-18 03:18:54 +0000 |
commit | 5f0de834c3f75dc2198a1242c88c03716faf77fe (patch) | |
tree | 26122df08c2e68cf59d9bf95a588912e333ac89d /devel/flatzebra/files/patch-Makefile.in | |
parent | Add perlbal 1.36, reverse-proxy load balancer and webserver. (diff) |
Well, believe it or not, but there is another game development SDK:
flatzebra - A generic game engine for 2D double-buffering animation
WWW: http://www3.sympatico.ca/sarrazip/dev/
Needed for the upgrade of games/afternoonstalker
Notes
Notes:
svn path=/head/; revision=145709
Diffstat (limited to 'devel/flatzebra/files/patch-Makefile.in')
-rw-r--r-- | devel/flatzebra/files/patch-Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/flatzebra/files/patch-Makefile.in b/devel/flatzebra/files/patch-Makefile.in new file mode 100644 index 000000000000..7278cae8c0b1 --- /dev/null +++ b/devel/flatzebra/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in.orig Sun May 2 15:02:56 2004 ++++ Makefile.in Tue Oct 18 12:55:50 2005 +@@ -152,7 +152,7 @@ + + SUBDIRS = src + +-pkgconfigdir = $(libdir)/pkgconfig ++pkgconfigdir = $(prefix)/libdata/pkgconfig + pkgconfig_DATA = $(PACKAGE)-$(API).pc + + docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION) |