pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/rox Some users don't have "." in their PATH, ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5cddef3e09c8
branches:  trunk
changeset: 535339:5cddef3e09c8
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Wed Nov 14 13:15:36 2007 +0000

description:
Some users don't have "." in their PATH, for good reason.

Solaris needs an extra -lm.

diffstat:

 sysutils/rox/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 8e725bbbe0b8 -r 5cddef3e09c8 sysutils/rox/Makefile
--- a/sysutils/rox/Makefile     Wed Nov 14 12:38:18 2007 +0000
+++ b/sysutils/rox/Makefile     Wed Nov 14 13:15:36 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2007/09/21 13:04:21 wiz Exp $
+# $NetBSD: Makefile,v 1.43 2007/11/14 13:15:36 rillig Exp $
 #
 
 DISTNAME=      rox-2.4.1
@@ -38,7 +38,8 @@
 
 BUILD_TARGET=          ROX-Filer
 CONFIGURE_DIRS=                ROX-Filer/src
-CONFIGURE_SCRIPT=      configure.tmp
+CONFIGURE_SCRIPT=      ./configure.tmp
+LIBS.SunOS+=           -lm
 
 post-patch:
        ${MV} ${WRKSRC:Q}/ROX-Filer/src/configure ${WRKSRC:Q}/ROX-Filer/src/${CONFIGURE_SCRIPT:Q}



Home | Main Index | Thread Index | Old Index