1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/graphics/svgalib/files/patch-ae
Maho Nakata 803ed40fa8 graphics/svgalib itself calls ldconfig.
Later on the ports makefile does it again.
the ports Makefile does it and should not
the Makefile in the tarball.

PR:		47996
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
2003-07-31 07:16:22 +00:00

39 lines
1.1 KiB
Plaintext

--- 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)