Files
pkgsrc-ng/editors/mined/patches/patch-ad
2013-09-26 17:14:40 +02:00

14 lines
469 B
Plaintext

$NetBSD: patch-ad,v 1.4 2009/04/25 11:25:43 tnn Exp $
--- makemined.orig 2009-04-08 00:00:00.000000000 +0200
+++ makemined
@@ -81,7 +81,7 @@ confmake () {
########################################################################
# select makefile suitable for operating system
-case `uname` in
+case BSD in
Linux*) $MAKE -f makefile.linux $1 $makevars;;
Sun*) if type $CC > /dev/null 2> /dev/null
then if $CC | grep "software package not installed" > /dev/null