pkgsrc/games/crossfire-srv/patches/patch-ac
agc f8da7e868c It would appear that this package has a silent dependency on the
dmalloc package, so add a dependency on the same, and add build glue
so that the random_maps and common directories get built properly.
2001-10-26 11:10:35 +00:00

13 lines
385 B
Text

$NetBSD: patch-ac,v 1.1 2001/10/26 11:10:36 agc Exp $
--- random_maps/Makefile.in 2001/10/26 10:56:32 1.1
+++ random_maps/Makefile.in 2001/10/26 10:56:58
@@ -63,7 +63,7 @@
INCLUDES= $(EXTRA_INCLUDES) -I../include -I.
-LIBS = @LIBS@ $(EXTRA_LIBS) -L../common -lcross
+LIBS = -L${PREFIX}/lib -Wl,-R${PREFIX}/lib @LIBS@ $(EXTRA_LIBS) -L../common -lcross
SHELL = @BOURNE_SHELL@