summaryrefslogtreecommitdiff
path: root/sysutils/xosview/Makefile
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2000-07-13 15:48:47 +0000
committeragc <agc@pkgsrc.org>2000-07-13 15:48:47 +0000
commitf3df20f4fce11b82d89b4eb474bebae99ba7a613 (patch)
treee3eb26bfda9d559b858593e18f10a184122d5871 /sysutils/xosview/Makefile
parent9aa9298845679f7da1a1efffd1b954e43ee8cd67 (diff)
downloadpkgsrc-f3df20f4fce11b82d89b4eb474bebae99ba7a613.tar.gz
Reformat the patch to cpumeter.cc so that it applies cleanly.
Add definitions to the environment on Solaris so that xpm is found. Make the dependency on egcs for Solaris a build dependency. Re-calculate patch checksums.
Diffstat (limited to 'sysutils/xosview/Makefile')
-rw-r--r--sysutils/xosview/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/sysutils/xosview/Makefile b/sysutils/xosview/Makefile
index e9ea96ae7ef..9a0e5e28919 100644
--- a/sysutils/xosview/Makefile
+++ b/sysutils/xosview/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2000/06/27 08:17:46 tron Exp $
+# $NetBSD: Makefile,v 1.29 2000/07/13 15:48:47 agc Exp $
#
DISTNAME= xosview-1.7.0.b
@@ -17,10 +17,12 @@ USE_X11BASE= yes
.if ${OPSYS} == "NetBSD"
BUILD_DEFS= UVM
-
.elif ${OPSYS} == "SunOS"
-DEPENDS+= egcs-1.1.2:../../lang/egcs
+DEPENDS+= xpm-*:../../graphics/xpm
+BUILD_DEPENDS+= ${LOCALBASE}/egcs/bin/g++:../../lang/egcs
CONFIGURE_ENV+= CXX=${LOCALBASE}/egcs/bin/g++
+CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS} -I${X11BASE}/include"
+CONFIGURE_ENV+= LIBS="${LIBS} -lsocket -lnsl"
USE_GMAKE= yes
.endif