summaryrefslogtreecommitdiff
path: root/accessibility/atk/files
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-08-01 17:53:37 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-08-01 17:53:37 +0000
commitedf7730f86b49fb23fd96259717c94f6c88ccb95 (patch)
tree8e653f1d16c5401af8323d5284ccce4f4e2509b5 /accessibility/atk/files
parentUpdate to 0.17. (diff)
Update to 0.2.
Notes
Notes: svn path=/head/; revision=45712
Diffstat (limited to 'accessibility/atk/files')
-rw-r--r--accessibility/atk/files/patch-Makefile.in14
-rw-r--r--accessibility/atk/files/patch-ltmain.sh18
2 files changed, 32 insertions, 0 deletions
diff --git a/accessibility/atk/files/patch-Makefile.in b/accessibility/atk/files/patch-Makefile.in
new file mode 100644
index 000000000000..be30e08fdddc
--- /dev/null
+++ b/accessibility/atk/files/patch-Makefile.in
@@ -0,0 +1,14 @@
+
+$FreeBSD$
+
+--- Makefile.in.orig Wed Aug 1 20:32:06 2001
++++ Makefile.in Wed Aug 1 20:33:45 2001
+@@ -96,7 +96,7 @@
+ STRIP = @STRIP@
+ VERSION = @VERSION@
+
+-SUBDIRS = atk tests docs
++SUBDIRS = atk
+
+ EXTRA_DIST = atk-uninstalled.pc.in atk.pc.in
+
diff --git a/accessibility/atk/files/patch-ltmain.sh b/accessibility/atk/files/patch-ltmain.sh
new file mode 100644
index 000000000000..0c594216b0e1
--- /dev/null
+++ b/accessibility/atk/files/patch-ltmain.sh
@@ -0,0 +1,18 @@
+
+$FreeBSD$
+
+--- ltmain.sh 2001/07/23 09:45:58 1.1
++++ ltmain.sh 2001/07/23 09:46:28
+@@ -4175,10 +4175,12 @@
+ fi
+
+ # Install the pseudo-library for information purposes.
++ if false; then
+ name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
+ instname="$dir/$name"i
+ $show "$install_prog $instname $destdir/$name"
+ $run eval "$install_prog $instname $destdir/$name" || exit $?
++ fi
+
+ # Maybe install the static library, too.
+ test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"