summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfhajny <fhajny>2012-03-12 12:07:40 +0000
committerfhajny <fhajny>2012-03-12 12:07:40 +0000
commit4addf5ca2788c68485ce8b8f52a6a889a46e58b6 (patch)
tree2aeb61a0fb1ed05000aa95ab30bc7b94240688ff
parentde2769f893f7625289a1922345814d3ad108f49e (diff)
downloadpkgsrc-4addf5ca2788c68485ce8b8f52a6a889a46e58b6.tar.gz
Add SunOS libs explicitly to fix modern platforms where configure is not
doing its thing properly.
-rw-r--r--editors/jed/Makefile.common4
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