summaryrefslogtreecommitdiff
path: root/graphics/svgalib/files/patch-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/svgalib/files/patch-Makefile')
-rw-r--r--graphics/svgalib/files/patch-Makefile38
1 files changed, 38 insertions, 0 deletions
diff --git a/graphics/svgalib/files/patch-Makefile b/graphics/svgalib/files/patch-Makefile
new file mode 100644
index 000000000000..0226ac6691e3
--- /dev/null
+++ b/graphics/svgalib/files/patch-Makefile
@@ -0,0 +1,38 @@
+--- Makefile.orig Fri Jul 7 01:12:47 2000
++++ Makefile Thu Jul 31 16:13:56 2003
+@@ -176,7 +176,7 @@
+ (cd $(sharedlibdir); \
+ ln -sf $$foo `echo $$foo | sed 's/\.so\..*/.so/'` ); \
+ done
+- @ldconfig
++ #@ldconfig
+
+ ifdef INSTALLAOUTDIR
+
+@@ -192,7 +192,7 @@
+ (cd $(TOPDIR)/$(INSTALLAOUTDIR); \
+ ln -sf $$foo `echo $$foo | sed 's/\.so\..*/.so/'` ); \
+ done
+- @ldconfig
++ #@ldconfig
+
+ else
+
+@@ -210,7 +210,7 @@
+ @$(INSTALL_DATA) staticlib/libvgagl.a $(libdir)/libvgagl.a
+ @chmod a+r $(libdir)/libvgagl.a
+
+-installutils: textutils lrmi
++installutils: textutils
+ @if [ ! -d $(bindir) ]; then \
+ echo No $(bindir) directory, creating it.; \
+ mkdir $(bindir); \
+@@ -236,8 +236,6 @@
+ @cp utils/textmode $(bindir)
+ @echo "savetextmode: Script that saves textmode information used by 'textmode'."
+ @cp utils/savetextmode $(bindir)
+- @echo "mode3: Restore textmode by setting VESA mode 3."
+- @cp lrmi-0.6m/mode3 $(bindir)
+ @echo "Installing keymap utilities in $(bindir):"
+ @echo "svgakeymap: Perl script that generates scancode conversion maps."
+ @cp utils/svgakeymap $(bindir)