blob: 5ee2a985b17b1769454991c7111f1edaf8f3077c (
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
--- svgalib-1.9.25/Makefile.cfg
+++ svgalib-1.9.25/Makefile.cfg
@@ -44,7 +44,7 @@ CONFDIR = $(SRCDIR)/src/config
# Common prefix for installation directories.
# NOTE: This directory must exist when you start the install.
TOPDIR=
-prefix = $(TOPDIR)/usr/local
+prefix = $(TOPDIR)/usr
exec_prefix = $(prefix)
# Directory where the shared stubs and static library will be installed.
--- svgalib-1.9.25/Makefile
+++ svgalib-1.9.25/Makefile
@@ -99,8 +99,6 @@
(cd $(sharedlibdir); \
ln -sf $$foo `echo $$foo | sed 's/\.so\..*/.so/'` ); \
done
- @./fixldsoconf
- -ldconfig
installstaticlib: static
@echo Installing static libraries in $(libdir).
--- svgalib-1.9.25/threeDKit/Makefile
+++ svgalib-1.9.25/threeDKit/Makefile
@@ -58,7 +58,6 @@
$(sharedlibdir)/lib3dkit.so.$(VERSION): lib3dkit.so.$(VERSION)
$(INSTALL_SHLIB) $< $(sharedlibdir)/$<
(cd $(sharedlibdir); ln -sf lib3dkit.so.$(VERSION) `echo lib3dkit.so.$(VERSION) | sed 's/\.so\..*/.so/'` )
- -ldconfig
install: $(sharedlibdir)/lib3dkit.so.$(VERSION) installheaders
--- svgalib-1.9.25/src/Makefile
+++ svgalib-1.9.25/src/Makefile
@@ -453,7 +453,6 @@
$(sharedlibdir)/libvga.so.$(VERSION): libvga.so.$(VERSION)
$(INSTALL_SHLIB) $< $(sharedlibdir)/$<
- -ldconfig
install: $(sharedlibdir)/libvga.so.$(VERSION)
|