diff options
author | maho <maho@FreeBSD.org> | 2003-07-31 15:16:22 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2003-07-31 15:16:22 +0800 |
commit | a0c90a003a5d2c4dcfdb838d2ee6e7bc107c7698 (patch) | |
tree | e292886e97809f5ebf8a62b75733429d162f5be1 /graphics/svgalib | |
parent | e695121ab13cfbed527d74a27238b7d75cc24928 (diff) | |
download | freebsd-ports-gnome-a0c90a003a5d2c4dcfdb838d2ee6e7bc107c7698.tar.gz freebsd-ports-gnome-a0c90a003a5d2c4dcfdb838d2ee6e7bc107c7698.tar.zst freebsd-ports-gnome-a0c90a003a5d2c4dcfdb838d2ee6e7bc107c7698.zip |
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>
Diffstat (limited to 'graphics/svgalib')
-rw-r--r-- | graphics/svgalib/files/patch-ae | 22 |
1 files changed, 20 insertions, 2 deletions
diff --git a/graphics/svgalib/files/patch-ae b/graphics/svgalib/files/patch-ae index 78014b7fb0a9..0226ac6691e3 100644 --- a/graphics/svgalib/files/patch-ae +++ b/graphics/svgalib/files/patch-ae @@ -1,5 +1,23 @@ ---- Makefile.orig Fri Aug 25 05:26:16 2000 -+++ Makefile Fri Aug 25 05:26:20 2000 +--- 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 |