summaryrefslogtreecommitdiff
path: root/net/arla/patches/patch-ac
blob: c5152d6f7b01a2d3965e4c5db1bc57ed5b8c7e9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
$NetBSD: patch-ac,v 1.2 2001/08/09 13:48:59 wennmach Exp $

Do not install libsl.a and ss/ss.h. There is a conflict with the libsl.a from
the kth-krb4 package.

--- lib/sl/Makefile.in.orig	Thu Dec 21 13:35:49 2000
+++ lib/sl/Makefile.in		Fri Aug  3 14:33:44 2001
@@ -61,18 +61,8 @@
 	$(CC) -c $(DEFS) -I../../include -I. -I$(srcdir) $(KRB4_INC_FLAGS) @INC_roken@ $(CFLAGS) $(CPPFLAGS) $(PICFLAGS) $<
 
 install: all
-	$(MKINSTALLDIRS) $(DESTDIR)$(includedir)/ss
-	$(INSTALL_DATA) $(srcdir)/ss.h $(DESTDIR)$(includedir)/ss/ss.h
-	$(MKINSTALLDIRS) $(DESTDIR)$(libdir)
-	$(INSTALL) -m 555 $(sl_LIB) $(DESTDIR)$(libdir)/$(sl_LIB)
-	$(INSTALL) -m 555 $(sl_LIB) $(DESTDIR)$(libdir)/$(ss_LIB)
-	$(MKINSTALLDIRS) $(DESTDIR)$(bindir)
-	$(INSTALL) -m 0555 $(PROGS) $(DESTDIR)$(bindir)/$(PROGS)
 
 uninstall:
-	rm -f $(DESTDIR)$(includedir)/ss/ss.h
-	rm -f $(DESTDIR)$(libdir)/$(sl_LIB) $(DESTDIR)$(libdir)/$(ss_LIB)
-	rm -f $(DESTDIR)$(bindir)/$(PROGS)
 
 TAGS: $(SOURCES)
 	etags $(SOURCES)