aboutsummaryrefslogtreecommitdiff
path: root/graphics/giblib/files
diff options
context:
space:
mode:
authorDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2002-01-27 17:07:29 +0000
committerDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2002-01-27 17:07:29 +0000
commit860a3a0643e670f6b624c80e750e0bb815a14ff2 (patch)
tree8b39a9955b440ca74e24f19f9d48555b45e4c01d /graphics/giblib/files
parentf51e4da1fdf1f57103fb745cef4e1d750ff4114d (diff)
Notes
Diffstat (limited to 'graphics/giblib/files')
-rw-r--r--graphics/giblib/files/patch-aa22
-rw-r--r--graphics/giblib/files/patch-ltmain.sh19
2 files changed, 27 insertions, 14 deletions
diff --git a/graphics/giblib/files/patch-aa b/graphics/giblib/files/patch-aa
index bd361dfeb9ac..8c34a4bd7d7b 100644
--- a/graphics/giblib/files/patch-aa
+++ b/graphics/giblib/files/patch-aa
@@ -1,6 +1,6 @@
---- Makefile.in.orig Fri Nov 10 09:03:22 2000
-+++ Makefile.in Sun Nov 12 14:39:59 2000
-@@ -76,7 +76,7 @@
+--- Makefile.in.orig Sat Jan 26 10:05:59 2002
++++ Makefile.in Sun Jan 27 10:27:32 2002
+@@ -84,7 +84,7 @@
SUBDIRS = giblib
docs_DATA = README AUTHORS ChangeLog TODO
@@ -9,3 +9,19 @@
EXTRA_DIST = $(docs_DATA)
+@@ -174,6 +174,7 @@
+ done
+
+ install-docsDATA: $(docs_DATA)
++.if !defined(NO_DOC)
+ @$(NORMAL_INSTALL)
+ $(mkinstalldirs) $(DESTDIR)$(docsdir)
+ @list='$(docs_DATA)'; for p in $$list; do \
+@@ -185,6 +186,7 @@
+ $(INSTALL_DATA) $$p $(DESTDIR)$(docsdir)/$$p; \
+ fi; fi; \
+ done
++.endif
+
+ uninstall-docsDATA:
+ @$(NORMAL_UNINSTALL)
diff --git a/graphics/giblib/files/patch-ltmain.sh b/graphics/giblib/files/patch-ltmain.sh
index 98cb05e4ddb3..38b92015addd 100644
--- a/graphics/giblib/files/patch-ltmain.sh
+++ b/graphics/giblib/files/patch-ltmain.sh
@@ -1,19 +1,16 @@
-
-$FreeBSD$
-
---- ltmain.sh 2001/08/27 09:51:26 1.1
-+++ ltmain.sh 2001/08/27 09:51:42
-@@ -2408,6 +2408,9 @@
- *-*-netbsd*)
- # Don't link with libc until the a.out ld.so is fixed.
+--- ltmain.sh.orig Wed Jan 9 13:26:41 2002
++++ ltmain.sh Sat Jan 26 10:40:27 2002
+@@ -2359,6 +2359,9 @@
+ # problems, so we reset it completely
+ verstring=""
;;
+ *-*-freebsd*)
+ # FreeBSD doesn't need this...
+ ;;
*)
- # Add libc to deplibs on all other systems if necessary.
- if test "$build_libtool_need_lc" = "yes"; then
-@@ -4175,10 +4178,12 @@
+ verstring="0.0"
+ ;;
+@@ -4247,10 +4250,12 @@
fi
# Install the pseudo-library for information purposes.