summaryrefslogtreecommitdiff
path: root/lang/guile
diff options
context:
space:
mode:
authortv <tv>1998-07-25 15:31:15 +0000
committertv <tv>1998-07-25 15:31:15 +0000
commit42e0375262098b5c9848a23ef6e0ec08c379226c (patch)
tree83d33297439038608f6737c87b9fb1aeed13ae36 /lang/guile
parent7eae167afae497d968d33732d0ff7e43ff731bdd (diff)
downloadpkgsrc-42e0375262098b5c9848a23ef6e0ec08c379226c.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/Makefile5
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}"