pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/games/pmars Also specify the directory for ld itself t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/242671860716
branches:  trunk
changeset: 348892:242671860716
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sun Jun 19 23:02:06 2016 +0000

description:
Also specify the directory for ld itself to check for libX11.

diffstat:

 games/pmars/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 5a01114a613d -r 242671860716 games/pmars/Makefile
--- a/games/pmars/Makefile      Sun Jun 19 23:01:33 2016 +0000
+++ b/games/pmars/Makefile      Sun Jun 19 23:02:06 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2016/06/11 21:23:28 kamil Exp $
+# $NetBSD: Makefile,v 1.3 2016/06/19 23:02:06 joerg Exp $
 #
 
 DISTNAME=              pmars-0.9.2
@@ -12,7 +12,7 @@
 
 BUILD_DIRS=            src
 BUILD_MAKE_FLAGS+=     CC=${CC:Q}
-BUILD_MAKE_FLAGS+=     LIB="${COMPILER_RPATH_FLAG}${X11BASE}/lib -lX11"
+BUILD_MAKE_FLAGS+=     LIB="${COMPILER_RPATH_FLAG}${X11BASE}/lib -L${X11BASE}/lib -lX11"
 
 INSTALLATION_DIRS+=    bin share/pmars share/pmars/config share/pmars/warriors ${PKGMANDIR}/man6
 



Home | Main Index | Thread Index | Old Index