summaryrefslogtreecommitdiff
path: root/parallel/sge/patches/patch-utilbin_Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'parallel/sge/patches/patch-utilbin_Makefile')
-rw-r--r--parallel/sge/patches/patch-utilbin_Makefile16
1 files changed, 0 insertions, 16 deletions
diff --git a/parallel/sge/patches/patch-utilbin_Makefile b/parallel/sge/patches/patch-utilbin_Makefile
deleted file mode 100644
index 331b324cfeb..00000000000
--- a/parallel/sge/patches/patch-utilbin_Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-utilbin_Makefile,v 1.1 2011/02/17 08:55:11 markd Exp $
-
-replace $(COMMLISTSLIB) with -lcommlists so that pkgsrc wrapper
-doesnt reorder.
-
---- source/utilbin/Makefile.orig 2011-02-10 02:13:18.354047083 +0000
-+++ source/utilbin/Makefile
-@@ -282,7 +282,7 @@ sge_share_mon.o: $(UTILBIN_DIR)/sge_shar
- $(CC) $(CFLAGS) -c $(UTILBIN_DIR)/sge_share_mon.c
-
- #---------------------------------------------------------------------
--AUTHUSER_ADD_LIBS = -luti -llck -lrmon $(COMMLISTSLIB) $(DLLIB)
-+AUTHUSER_ADD_LIBS = -luti -llck -lrmon -lcommlists $(DLLIB)
-
- authuser: authuser.o juti.o $(UTILIB) $(LCKLIB) $(RMONLIB) $(COMMLISTSLIB)
- $(CC) -o authuser $(LFLAGS) authuser.o juti.o $(AUTHLIBS) $(AUTHUSER_ADD_LIBS) $(LIBS)