ports/devel/eris/files/patch-Makefile.in
Pav Lucistnik 9c87e2bb2c Eris, the WorldForge client entity library is designed to simplify client
development (and avoid duplicating effort) by providing a common framework to
deal with server communications.

PR:		ports/77064
Submitted by:	Jan Rochel <jannisan@t-online.de>
2005-02-09 23:04:01 +00:00

19 lines
699 B
Text

*** Makefile.in.orig Fri Feb 4 04:55:20 2005
--- Makefile.in Fri Feb 4 04:55:31 2005
***************
*** 210,216 ****
target_vendor = @target_vendor@
SUBDIRS = Eris bindings test
EXTRA_DIST = autogen.sh Eris.pbproj/project.pbxproj eris.spec
! pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = eris-1.2.pc @ERIS_POLL_PKGCONFIGS@
all: config.h
$(MAKE) $(AM_MAKEFLAGS) all-recursive
--- 210,216 ----
target_vendor = @target_vendor@
SUBDIRS = Eris bindings test
EXTRA_DIST = autogen.sh Eris.pbproj/project.pbxproj eris.spec
! pkgconfigdir = $(prefix)/libdata/pkgconfig
pkgconfig_DATA = eris-1.2.pc @ERIS_POLL_PKGCONFIGS@
all: config.h
$(MAKE) $(AM_MAKEFLAGS) all-recursive