summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-06-12 20:33:00 +0000
committerjlam <jlam@pkgsrc.org>2001-06-12 20:33:00 +0000
commit328a35f96fe7ec11093e3847c0943eb3a41f2b51 (patch)
tree154e7feac1d9bd8853bbdc9b7ffa45c13b83f32f /sysutils
parent8848ee6991e29c3c0d97e1c89906ee2b34645484 (diff)
downloadpkgsrc-328a35f96fe7ec11093e3847c0943eb3a41f2b51.tar.gz
LIBS is automatically added to CONFIGURE_ENV by bsd.pkg.mk if
GNU_CONFIGURE is defined, so simply set LIBS to the appropriate value.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/mc/Makefile.common3
-rw-r--r--sysutils/xosview/Makefile4
2 files changed, 3 insertions, 4 deletions
diff --git a/sysutils/mc/Makefile.common b/sysutils/mc/Makefile.common
index 4a9b0eda172..f2fac15138b 100644
--- a/sysutils/mc/Makefile.common
+++ b/sysutils/mc/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.9 2001/06/11 06:34:50 jlam Exp $
+# $NetBSD: Makefile.common,v 1.10 2001/06/12 20:33:07 jlam Exp $
DISTNAME= mc-4.5.51
CATEGORIES+= sysutils
@@ -35,7 +35,6 @@ CONFIGURE_ENV+= ac_cv_header_readline_readline_h=no
CONFIGURE_ENV+= LOCALBASE="${LOCALBASE}"
CONFIGURE_ENV+= LOCALEDIR="${LOCALEDIR}"
-CONFIGURE_ENV+= LIBS="${LIBS}"
LIBS+= -lm -ltermcap # -lslang
LIBS+= -lintl # check for gettext is broken
diff --git a/sysutils/xosview/Makefile b/sysutils/xosview/Makefile
index e71928e5a1f..dbc21a997eb 100644
--- a/sysutils/xosview/Makefile
+++ b/sysutils/xosview/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2001/06/11 06:34:51 jlam Exp $
+# $NetBSD: Makefile,v 1.35 2001/06/12 20:33:08 jlam Exp $
#
DISTNAME= xosview-1.7.0.b
@@ -23,8 +23,8 @@ BUILD_DEFS= UVM
.elif ${OPSYS} == "SunOS"
BUILD_DEPENDS+= egcs-1.1.2:../../lang/egcs
CONFIGURE_ENV+= CXX=${LOCALBASE}/egcs/bin/g++
-CONFIGURE_ENV+= LIBS="${LIBS} -lsocket -lnsl"
CPPFLAGS+= -I${X11BASE}/include
+LIBS+= -lsocket -lnsl
USE_GMAKE= YES
.endif