diff options
author | fhajny <fhajny@pkgsrc.org> | 2012-03-12 12:07:40 +0000 |
---|---|---|
committer | fhajny <fhajny@pkgsrc.org> | 2012-03-12 12:07:40 +0000 |
commit | e056f78af54d73096e8da1f0a3bf62d8b54d5ad4 (patch) | |
tree | 2aeb61a0fb1ed05000aa95ab30bc7b94240688ff | |
parent | 639029c61c979d7fa58c1575b7a78cf1e280b32e (diff) | |
download | pkgsrc-e056f78af54d73096e8da1f0a3bf62d8b54d5ad4.tar.gz |
Add SunOS libs explicitly to fix modern platforms where configure is not
doing its thing properly.
-rw-r--r-- | editors/jed/Makefile.common | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/jed/Makefile.common b/editors/jed/Makefile.common index d5f5b4ec368..7bac4a14260 100644 --- a/editors/jed/Makefile.common +++ b/editors/jed/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.9 2011/03/11 11:27:13 zafer Exp $ +# $NetBSD: Makefile.common,v 1.10 2012/03/12 12:07:40 fhajny Exp $ # DISTNAME= jed-0.99-16 CATEGORIES= editors @@ -15,6 +15,8 @@ MAKE_JOBS_SAFE= no GNU_CONFIGURE= yes +LIBS.SunOS+= -lnsl -lresolv + EGDIR= ${PREFIX}/share/examples/jed CONF_FILES= ${EGDIR}/jed.conf ${PREFIX}/etc/jed.conf |