diff options
author | tv <tv@pkgsrc.org> | 1998-07-25 15:31:15 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1998-07-25 15:31:15 +0000 |
commit | 80eb6da22637ac5cf9c5e0c1973b2536248159d3 (patch) | |
tree | 83d33297439038608f6737c87b9fb1aeed13ae36 /lang/guile | |
parent | 53618e76ce310ac5c92969965e1c09da9b059f5d (diff) | |
download | pkgsrc-80eb6da22637ac5cf9c5e0c1973b2536248159d3.tar.gz |
Add "-Uunix -Dunix" to CPPFLAGS as inspired by Tim Rightnour in PR 5843.
Diffstat (limited to 'lang/guile')
-rw-r--r-- | lang/guile/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/guile/Makefile b/lang/guile/Makefile index 3c4e1f41bea..0eb56759d60 100644 --- a/lang/guile/Makefile +++ b/lang/guile/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1998/07/24 01:57:00 tv Exp $ +# $NetBSD: Makefile,v 1.4 1998/07/25 15:31:15 tv Exp $ # FreeBSD Id: Makefile,v 1.12 1997/11/22 16:01:32 jseger Exp # @@ -10,7 +10,8 @@ MAINTAINER= perry@piermont.com USE_LIBTOOL= yes GNU_CONFIGURE= YES -CONFIGURE_ENV= INSTALL_PROGRAM="${INSTALL_PROGRAM}" \ +CONFIGURE_ENV= CPPFLAGS="-Uunix -Dunix" \ + INSTALL_PROGRAM="${INSTALL_PROGRAM}" \ INSTALL_DATA="${INSTALL_DATA}" \ INSTALL_SCRIPT="${INSTALL_SCRIPT}" |