summaryrefslogtreecommitdiff
path: root/lang/guile/Makefile
diff options
context:
space:
mode:
authorgarbled <garbled@pkgsrc.org>1998-09-14 19:36:10 +0000
committergarbled <garbled@pkgsrc.org>1998-09-14 19:36:10 +0000
commitbb718659e1208a1c653f138f0771128ad547b174 (patch)
tree5f8ac422de8ff3b9a57829ba216150fcdf896a0e /lang/guile/Makefile
parentd7ec61ce2784484a8b40556b96f7594c9edd2f48 (diff)
downloadpkgsrc-bb718659e1208a1c653f138f0771128ad547b174.tar.gz
-Uunix -Dunix is a complete noop. Pull out the -U and things work again.
Diffstat (limited to 'lang/guile/Makefile')
-rw-r--r--lang/guile/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/guile/Makefile b/lang/guile/Makefile
index 8894cab96e1..aa76947a734 100644
--- a/lang/guile/Makefile
+++ b/lang/guile/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 1998/08/20 15:17:04 tsarna Exp $
+# $NetBSD: Makefile,v 1.6 1998/09/14 19:36:10 garbled Exp $
# FreeBSD Id: Makefile,v 1.12 1997/11/22 16:01:32 jseger Exp
#
@@ -11,7 +11,7 @@ HOMEPAGE= http://www.gnu.org/software/guile/guile.html
USE_LIBTOOL= yes
GNU_CONFIGURE= YES
-CONFIGURE_ENV= CPPFLAGS="-Uunix -Dunix" \
+CONFIGURE_ENV= CPPFLAGS="-Dunix" \
INSTALL_PROGRAM="${INSTALL_PROGRAM}" \
INSTALL_DATA="${INSTALL_DATA}" \
INSTALL_SCRIPT="${INSTALL_SCRIPT}"