pkgsrc/parallel/sge/patches/patch-ab
dmcmahill 383fb8b855 import sge-5.3p6 (Sun Grid Engine)
The Grid Engine project is an open source community effort
to facilitate the adoption of distributed computing solutions.
Sponsored by Sun Microsystems and hosted by CollabNet, the
Grid Engine project provides enabling distributed resource
management software for wide ranging requirements from compute
farms to grid computing.
2004-05-03 00:38:34 +00:00

21 lines
456 B
Text

$NetBSD: patch-ab,v 1.1.1.1 2004/05/03 00:38:34 dmcmahill Exp $
--- source/3rdparty/qtcsh/Makefile.in.orig 2001-07-18 11:06:04.000000000 +0000
+++ source/3rdparty/qtcsh/Makefile.in
@@ -25,7 +25,7 @@ CF=-c
CPPFLAGS=-I. -I$(srcdir)
-LFLAGS=
+LFLAGS= $(SGE_LOPTS)
#LFLAGS= -Zn10000 # hpux lint
@@ -627,3 +627,7 @@ ${EDOBJS} ${EDDINC}: ed.defns.h
# tc.defs.o
tc.defs.${SUF}: tc.defs.c sh.h
+
+depend:
+ echo "No depends target for qtsch yet"
+