From 64c83961643743b2423afc56e568e2cb05963660 Mon Sep 17 00:00:00 2001 From: jlam Date: Fri, 27 Aug 2004 06:29:06 +0000 Subject: Replace RPATH_FLAG with LINKER_RPATH_FLAG and COMPILER_RPATH_FLAG, which are the full option names used to set rpath directives for the linker and the compiler, respectively. In places were we are invoking the linker, use "${LINKER_RPATH_FLAG} ", where the space is inserted in case the flag is a word, e.g. -rpath. The default values of *_RPATH_FLAG are set by the compiler/*.mk files, depending on the compiler that you use. They may be overridden on a ${OPSYS}-specific basis by setting _OPSYS_LINKER_RPATH_FLAG and _OPSYS_COMPILER_RPATH_FLAG, respectively. Garbage-collect _OPSYS_RPATH_NAME and _COMPILER_LD_FLAG. --- games/hugo/distinfo | 4 ++-- games/hugo/patches/patch-aa | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'games/hugo') diff --git a/games/hugo/distinfo b/games/hugo/distinfo index 7c7df7be8c4..c6f472dce95 100644 --- a/games/hugo/distinfo +++ b/games/hugo/distinfo @@ -1,10 +1,10 @@ -$NetBSD: distinfo,v 1.3 2004/06/15 13:21:21 grant Exp $ +$NetBSD: distinfo,v 1.4 2004/08/27 06:29:07 jlam Exp $ SHA1 (hugo-3.0.07/hugov30_unix_source.tar.gz) = 4b3afc3b4f03ff23643460321d76127980184ec0 Size (hugo-3.0.07/hugov30_unix_source.tar.gz) = 213002 bytes SHA1 (hugo-3.0.07/hugolib.zip) = 76b5580461a6c6f15780f554d2e23574ef78e24d Size (hugo-3.0.07/hugolib.zip) = 67669 bytes -SHA1 (patch-aa) = c291ff5787189bf6f0261e10ef1b5b46243719a3 +SHA1 (patch-aa) = cc0d06b3abec10feb882f6a87af8bd5def10a8b7 SHA1 (patch-ab) = 4d2753b45b1e16c7213e1ee99860519bf889e11d SHA1 (patch-ac) = 43df8bc8b35cb5525f582a6d11eba89d063fbe76 SHA1 (patch-ad) = 454c364a4fe45d1fc94b768db85443fcc8ef8204 diff --git a/games/hugo/patches/patch-aa b/games/hugo/patches/patch-aa index e70bfcc22f7..a22c8d6c074 100644 --- a/games/hugo/patches/patch-aa +++ b/games/hugo/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.2 2004/06/15 13:21:21 grant Exp $ +$NetBSD: patch-aa,v 1.3 2004/08/27 06:29:07 jlam Exp $ --- Makefile.orig 2001-11-26 19:54:04.000000000 +1100 +++ Makefile @@ -29,7 +29,7 @@ $NetBSD: patch-aa,v 1.2 2004/06/15 13:21:21 grant Exp $ #HE_LIBS=-lcurses -ltermlib #HE_LIBS=-lcurses -HE_LIBS=-lncurses -+HE_LIBS=-L$(PREFIX)/lib -Wl,${RPATH_FLAG}$(PREFIX)/lib -lncurses ++HE_LIBS=-L$(PREFIX)/lib ${COMPILER_RPATH_FLAG}$(PREFIX)/lib -lncurses # Shouldn't need to change anything below here. HC_H=source/hcheader.h source/htokens.h -- cgit v1.2.3