summaryrefslogtreecommitdiff
path: root/sysutils/rox/Makefile
diff options
context:
space:
mode:
authorrillig <rillig>2007-11-14 13:15:36 +0000
committerrillig <rillig>2007-11-14 13:15:36 +0000
commitd34287e4d76fa2e41870b4213147ffc05c5ae1b0 (patch)
treee0e4478eedc2d1292149fd81bddc3e8491ceded2 /sysutils/rox/Makefile
parent85e83579d16dd79794d516c102621a13a2cf039d (diff)
downloadpkgsrc-d34287e4d76fa2e41870b4213147ffc05c5ae1b0.tar.gz
Some users don't have "." in their PATH, for good reason.
Solaris needs an extra -lm.
Diffstat (limited to 'sysutils/rox/Makefile')
-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}