diff options
Diffstat (limited to 'devel/flatzebra')
-rw-r--r-- | devel/flatzebra/Makefile | 2 | ||||
-rw-r--r-- | devel/flatzebra/files/patch-Makefile.in | 11 |
2 files changed, 1 insertions, 12 deletions
diff --git a/devel/flatzebra/Makefile b/devel/flatzebra/Makefile index 6cef50b062b1..b95d9cde043a 100644 --- a/devel/flatzebra/Makefile +++ b/devel/flatzebra/Makefile @@ -13,7 +13,7 @@ COMMENT= Generic game engine for 2D double-buffering animation GNU_CONFIGURE= yes CONFIGURE_ARGS= --includedir=${PREFIX}/include -USES= pkgconfig libtool +USES= pathfix pkgconfig libtool USE_SDL= sdl mixer image USE_LDCONFIG= yes diff --git a/devel/flatzebra/files/patch-Makefile.in b/devel/flatzebra/files/patch-Makefile.in deleted file mode 100644 index a638e4efd889..000000000000 --- a/devel/flatzebra/files/patch-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig 2009-08-21 08:55:05.575153056 +0000 -+++ Makefile.in 2009-08-21 08:56:07.604907117 +0000 -@@ -204,7 +204,7 @@ - top_builddir = @top_builddir@ - top_srcdir = @top_srcdir@ - SUBDIRS = src --pkgconfigdir = $(libdir)/pkgconfig -+pkgconfigdir = $(prefix)/libdata/pkgconfig - pkgconfig_DATA = $(PACKAGE)-$(API).pc - doc_DATA = \ - AUTHORS \ |