diff options
author | pooka <pooka> | 2000-07-06 15:45:22 +0000 |
---|---|---|
committer | pooka <pooka> | 2000-07-06 15:45:22 +0000 |
commit | 6180d86e342a3ed61c4484cf48ba239d9fe59c7b (patch) | |
tree | e80af82313599a3bcb5c5abeee252cb777d650ef /games/cgoban/patches | |
parent | dfb6376efb66bf09919eb76c482e9a1308736854 (diff) | |
download | pkgsrc-6180d86e342a3ed61c4484cf48ba239d9fe59c7b.tar.gz |
Add library path to make this run on ELF.
Diffstat (limited to 'games/cgoban/patches')
-rw-r--r-- | games/cgoban/patches/patch-aa | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/games/cgoban/patches/patch-aa b/games/cgoban/patches/patch-aa index c1a66d4511e..470c9f174b2 100644 --- a/games/cgoban/patches/patch-aa +++ b/games/cgoban/patches/patch-aa @@ -1,7 +1,7 @@ -$NetBSD: patch-aa,v 1.3 1999/11/09 07:55:27 hwr Exp $ +$NetBSD: patch-aa,v 1.4 2000/07/06 15:45:23 pooka Exp $ ---- Makefile.in.orig Thu May 29 03:34:54 1997 -+++ Makefile.in Wed Jan 27 18:57:37 1999 +--- Makefile.in.orig Thu May 29 04:34:54 1997 ++++ Makefile.in Thu Jul 6 18:37:25 2000 @@ -36,7 +36,7 @@ # Change these values to tell make where to put the binary and the man page @@ -11,7 +11,13 @@ $NetBSD: patch-aa,v 1.3 1999/11/09 07:55:27 hwr Exp $ BINDIR = $(PREFIX)/bin MANDIR = $(PREFIX)/man -@@ -58,6 +58,8 @@ +@@ -53,11 +53,13 @@ + CFLAGS = @CFLAGS@ $(INCS) + # CFLAGS = -ggdb -DDEBUG=1 -Wall -Werror -Wwrite-strings $(INCS) + +-LFLAGS = $(LIBDIR) ++LFLAGS = $(LIBDIR) @LDFLAGS@ + # LFLAGS = -ggdb $(LIBDIR) OBJS = @OBJS@ |