summaryrefslogtreecommitdiff
path: root/sysutils/rox
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2007-11-14 13:15:36 +0000
committerrillig <rillig@pkgsrc.org>2007-11-14 13:15:36 +0000
commitb9377643114cb27d83ced1780c5083fba228129a (patch)
treee0e4478eedc2d1292149fd81bddc3e8491ceded2 /sysutils/rox
parent800c101860bfa5688f2564fbd42e9e6f409cba13 (diff)
downloadpkgsrc-b9377643114cb27d83ced1780c5083fba228129a.tar.gz
Some users don't have "." in their PATH, for good reason.
Solaris needs an extra -lm.
Diffstat (limited to 'sysutils/rox')
-rw-r--r--sysutils/rox/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/rox/Makefile b/sysutils/rox/Makefile
index 86409faed4a..1a7e440ecb4 100644
--- a/sysutils/rox/Makefile
+++ b/sysutils/rox/Makefile
@@ -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 @@ SUBST_SED.bin= -e 's,BIN="$$APP_DIR,BIN="${PREFIX}/libexec/rox,g'
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}