this needs -ldl on Solaris.
This commit is contained in:
parent
cf43b97936
commit
8fab3cd1c9
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.21 2004/06/15 11:37:36 grant Exp $
|
||||
# $NetBSD: Makefile,v 1.22 2004/06/15 11:38:00 grant Exp $
|
||||
|
||||
DISTNAME= pstoedit_3_31
|
||||
PKGNAME= pstoedit-3.31
|
||||
|
@ -30,6 +30,8 @@ CONFIGURE_ARGS+=--datadir=${PREFIX}/share
|
|||
CONFIGURE_ARGS+=--libdir=${PREFIX}/lib/pstoedit # plugin dir -- unused for now
|
||||
ALL_TARGET=
|
||||
|
||||
LIBS.SunOS+= -ldl
|
||||
|
||||
post-extract:
|
||||
cd ${WRKSRC} && ${LN} ../config/* .
|
||||
|
||||
|
|
Loading…
Reference in a new issue