summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authormarino <marino>2012-03-23 21:46:07 +0000
committermarino <marino>2012-03-23 21:46:07 +0000
commit2e8fefef27f26e12f55504d35cd0886df15de912 (patch)
treecf42e3b308c54789606e84a3f05a016a04354370 /sysutils
parentf7660fa8c651033c9cd7627c87b283f90ec4efd8 (diff)
downloadpkgsrc-2e8fefef27f26e12f55504d35cd0886df15de912.tar.gz
sysutils/rox: Fix indirect linking error on DragonFly
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/rox/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/rox/Makefile b/sysutils/rox/Makefile
index 3fc34ea4171..c81815e5b66 100644
--- a/sysutils/rox/Makefile
+++ b/sysutils/rox/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.59 2012/03/03 00:13:59 wiz Exp $
+# $NetBSD: Makefile,v 1.60 2012/03/23 21:46:07 marino Exp $
#
DISTNAME= rox-filer-2.10
@@ -44,6 +44,7 @@ BUILD_TARGET= ROX-Filer
CONFIGURE_DIRS= ROX-Filer/src
CONFIGURE_SCRIPT= ./configure.tmp
LIBS.SunOS+= -lm
+LDFLAGS.DragonFly+= -lm
post-patch:
${MV} ${WRKSRC}/ROX-Filer/src/configure ${WRKSRC}/ROX-Filer/src/${CONFIGURE_SCRIPT}