1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-06 01:57:40 +00:00
freebsd-ports/devel/mercator/files/patch-Makefile.in
Pav Lucistnik 89b73def47 Mercator is a procedural terrain library. It is primarily aimed at terrain for
multiplayer online games and forms one of the WorldForge
(http://www.worldforge.org) core libraries.It is intended to be used as a
terrain library on both the client, and the server.

PR:		ports/77085
Submitted by:	Jan Rochel <jannisan@t-online.de>
2005-02-09 21:58:59 +00:00

20 lines
577 B
Plaintext

*** Makefile.in.orig Fri Feb 4 04:41:08 2005
--- Makefile.in Fri Feb 4 04:41:28 2005
***************
*** 185,191 ****
target_os = @target_os@
target_vendor = @target_vendor@
SUBDIRS = Mercator tests
! pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = mercator-0.2.pc
all: config.h
$(MAKE) $(AM_MAKEFLAGS) all-recursive
--- 185,191 ----
target_os = @target_os@
target_vendor = @target_vendor@
SUBDIRS = Mercator tests
! pkgconfigdir = $(prefix)/libdata/pkgconfig
pkgconfig_DATA = mercator-0.2.pc
all: config.h
$(MAKE) $(AM_MAKEFLAGS) all-recursive