pkgsrc-wip/singular/patches/patch-aa
Kamel Ibn Aziz Derouiche 5a564e10ef Import singular-3.1.0.7 as wip/singular.
SINGULAR is a Computer Algebra System for polynomial computations
with special emphasis on the needs of commutative algebra, algebraic geometry,
and singularity theory.
2010-05-10 21:24:52 +00:00

17 lines
487 B
Text

$NetBSD: patch-aa,v 1.1.1.1 2010/05/10 21:24:52 jihbed Exp $
--- singuname.sh.orig 2010-01-22 20:22:21.000000000 +0000
+++ singuname.sh 2010-01-22 20:23:58.000000000 +0000
@@ -52,6 +52,12 @@
then
echo ${prefix}-freebsd
exit 0
+
+ # NetBSD ###############
+ elif (echo $uname_a | $egrep "NetBSD" > $devnull)
+ then
+ echo ${prefix}-netbsd
+ exit 0
# Linux ###############
elif (echo $uname_a | $egrep "Linux" > $devnull)
then