diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-11-25 06:38:02 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-11-25 06:38:02 +0800 |
commit | db88a7906737cc836ffd04ae0ba57b3bee1b9b22 (patch) | |
tree | 3b6c03b7547a60a538fb22e7b83e1096351e4842 /accessibility/atk/files | |
parent | 05fd72f8a3ba44ee19662656e9b51fd075a7d998 (diff) | |
download | marcuscom-ports-db88a7906737cc836ffd04ae0ba57b3bee1b9b22.tar marcuscom-ports-db88a7906737cc836ffd04ae0ba57b3bee1b9b22.tar.gz marcuscom-ports-db88a7906737cc836ffd04ae0ba57b3bee1b9b22.tar.bz2 marcuscom-ports-db88a7906737cc836ffd04ae0ba57b3bee1b9b22.tar.lz marcuscom-ports-db88a7906737cc836ffd04ae0ba57b3bee1b9b22.tar.xz marcuscom-ports-db88a7906737cc836ffd04ae0ba57b3bee1b9b22.tar.zst marcuscom-ports-db88a7906737cc836ffd04ae0ba57b3bee1b9b22.zip |
Update to 1.5.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1358 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'accessibility/atk/files')
-rw-r--r-- | accessibility/atk/files/patch-Makefile.in | 11 | ||||
-rw-r--r-- | accessibility/atk/files/patch-configure | 13 | ||||
-rw-r--r-- | accessibility/atk/files/patch-docs_Makefile.in | 10 |
3 files changed, 34 insertions, 0 deletions
diff --git a/accessibility/atk/files/patch-Makefile.in b/accessibility/atk/files/patch-Makefile.in new file mode 100644 index 000000000..90d6da723 --- /dev/null +++ b/accessibility/atk/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in.orig Fri Nov 8 17:09:46 2002 ++++ Makefile.in Fri Nov 8 17:10:22 2002 +@@ -116,7 +116,7 @@ + atktargetlib = @atktargetlib@ + ms_librarian = @ms_librarian@ + +-SUBDIRS = atk tests docs po ++SUBDIRS = atk docs po + + EXTRA_DIST = atk-uninstalled.pc.in atk.pc.in atk.spec.in atk.spec atk-zip.sh + diff --git a/accessibility/atk/files/patch-configure b/accessibility/atk/files/patch-configure new file mode 100644 index 000000000..1ffac5547 --- /dev/null +++ b/accessibility/atk/files/patch-configure @@ -0,0 +1,13 @@ + +$FreeBSD: ports/devel/atk/files/patch-configure,v 1.3 2003/09/18 06:49:21 marcus Exp $ + +--- configure 2002/04/26 06:33:48 1.1 ++++ configure 2002/04/26 06:33:59 +@@ -6885,6 +6885,7 @@ + + # This can be used to rebuild libtool when needed + LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ++$ac_aux_dir/ltconfig $LIBTOOL_DEPS + + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' diff --git a/accessibility/atk/files/patch-docs_Makefile.in b/accessibility/atk/files/patch-docs_Makefile.in new file mode 100644 index 000000000..b40046ee2 --- /dev/null +++ b/accessibility/atk/files/patch-docs_Makefile.in @@ -0,0 +1,10 @@ +--- docs/Makefile.in.orig Fri Jan 24 16:45:09 2003 ++++ docs/Makefile.in Fri Jan 24 16:45:09 2003 +@@ -274,6 +274,7 @@ + dist-hook-local: all-local + + @ENABLE_GTK_DOC_TRUE@all-local: html-build.stamp ++@ENABLE_GTK_DOC_FALSE@all-local: + + #### scan #### + |