summaryrefslogtreecommitdiff
path: root/x11-toolkits/slingshot/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/slingshot/files/patch-aa')
-rw-r--r--x11-toolkits/slingshot/files/patch-aa14
1 files changed, 8 insertions, 6 deletions
diff --git a/x11-toolkits/slingshot/files/patch-aa b/x11-toolkits/slingshot/files/patch-aa
index 7b9561321d5f..000cbc1fa313 100644
--- a/x11-toolkits/slingshot/files/patch-aa
+++ b/x11-toolkits/slingshot/files/patch-aa
@@ -1,5 +1,5 @@
-*** Makefile.orig Thu Apr 24 20:12:18 1997
---- Makefile Thu Apr 24 20:30:17 1997
+*** Makefile.orig Wed Nov 3 04:18:39 1993
+--- Makefile Sat Mar 4 04:17:25 2000
***************
*** 2,8 ****
# @(#) Makefile 1.21 93/10/25
@@ -61,7 +61,7 @@
echo cp config.svr4 Make.config ; \
cp config.svr4 Make.config ; \
***************
-*** 45,57 ****
+*** 45,58 ****
clean:
-sccs clean
@@ -72,10 +72,11 @@
! install: $(INSTALL_DIR) FORCE
! (cd $(INCLUDEDIR); make install INSTALL_DIR=$(INSTALL_DIR))
- (cp $(LIBDIR)/* $(INSTALL_DIR)/lib)
+! (cp $(LIBDIR)/* $(INSTALL_DIR)/lib)
-ranlib $(INSTALL_DIR)/lib/libsspkg.a
-ranlib $(INSTALL_DIR)/lib/libsspkg.sa.*
---- 48,60 ----
+ (cd $(INSTALL_DIR)/lib; rm -f libsspkg.so; ln -s libsspkg.so.* libsspkg.so)
+--- 48,61 ----
clean:
-sccs clean
@@ -86,6 +87,7 @@
! install: all $(INSTALL_DIR) FORCE
! (cd $(INCLUDEDIR); $(MAKE) install INSTALL_DIR=$(INSTALL_DIR))
- (cp $(LIBDIR)/* $(INSTALL_DIR)/lib)
+! (${BSD_INSTALL_DATA} $(LIBDIR)/* $(INSTALL_DIR)/lib)
-ranlib $(INSTALL_DIR)/lib/libsspkg.a
-ranlib $(INSTALL_DIR)/lib/libsspkg.sa.*
+ (cd $(INSTALL_DIR)/lib; rm -f libsspkg.so; ln -s libsspkg.so.* libsspkg.so)