summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1999-06-28 11:52:26 +0000
committeragc <agc@pkgsrc.org>1999-06-28 11:52:26 +0000
commit383feb0a609a60e6cb839d4727bd8c6b63ce8bfe (patch)
tree683fb9d2cbf3950ae2ae8b6b28e5dd2250b39a95 /math
parentb62fd555dfe5696494250186e11aab25b96bdf1c (diff)
downloadpkgsrc-383feb0a609a60e6cb839d4727bd8c6b63ce8bfe.tar.gz
Include bsd.prefs.mk before using ${CC} in a != assignment, just in case
CC is set to something non-standard.
Diffstat (limited to 'math')
-rw-r--r--math/octave/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/math/octave/Makefile b/math/octave/Makefile
index f787a02f51d..3462605285b 100644
--- a/math/octave/Makefile
+++ b/math/octave/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 1999/04/26 18:56:15 garbled Exp $
+# $NetBSD: Makefile,v 1.11 1999/06/28 11:52:26 agc Exp $
# FreeBSD Id: Makefile,v 1.18 1998/09/27 20:10:45 steve Exp
DISTNAME= octave-2.0.13
@@ -38,6 +38,8 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/doc/refcard/refcard-a4.ps ${PREFIX}/share/octave/2.0.13/doc
${INSTALL_DATA} ${WRKSRC}/doc/faq/Octave-FAQ.ps ${PREFIX}/share/octave/2.0.13/doc
+.include "../../mk/bsd.prefs.mk"
+
GCC_VERSION!= ${CC} --version
.if (${GCC_VERSION:C/-.*$$//} == egcs)