diff options
author | marino <marino@pkgsrc.org> | 2012-03-23 21:46:07 +0000 |
---|---|---|
committer | marino <marino@pkgsrc.org> | 2012-03-23 21:46:07 +0000 |
commit | f762cd54afa9b407cd63ee4e841815d434ca58b8 (patch) | |
tree | cf42e3b308c54789606e84a3f05a016a04354370 /sysutils | |
parent | c8c258113dd20ee17ee865a388022f60ffa0f56c (diff) | |
download | pkgsrc-f762cd54afa9b407cd63ee4e841815d434ca58b8.tar.gz |
sysutils/rox: Fix indirect linking error on DragonFly
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/rox/Makefile | 3 |
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} |