diff options
author | agc <agc@pkgsrc.org> | 1999-09-13 12:18:52 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1999-09-13 12:18:52 +0000 |
commit | 8e1b68fb188936174d9422318b629fa15af3e1fe (patch) | |
tree | ea40b505facc995e2eba8f40e3a18e2632a4e5dd /misc/buffer/Makefile | |
parent | e5e994455d8b1c4f3578fbbc8997af5a4ba3a896 (diff) | |
download | pkgsrc-8e1b68fb188936174d9422318b629fa15af3e1fe.tar.gz |
Make this package compile on Solaris.
Diffstat (limited to 'misc/buffer/Makefile')
-rw-r--r-- | misc/buffer/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/misc/buffer/Makefile b/misc/buffer/Makefile index 102520ffc01..4d6614ba09a 100644 --- a/misc/buffer/Makefile +++ b/misc/buffer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 1998/06/22 12:52:31 agc Exp $ +# $NetBSD: Makefile,v 1.7 1999/09/13 12:18:52 agc Exp $ # FreeBSD Id: Makefile,v 1.6 1996/11/17 09:05:15 obrien Exp # @@ -10,4 +10,11 @@ MAINTAINER= packages@netbsd.org NO_WRKSUBDIR= yes +.include "../../mk/bsd.prefs.mk" + +.if ${OPSYS} == "SunOS" +CPPFLAGS+= -DSYS5 +MAKE_ENV+= CC="${CC}" CPPFLAGS="${CPPFLAGS}" +.endif + .include "../../mk/bsd.pkg.mk" |