mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
89b73def47
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>
20 lines
577 B
Plaintext
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
|