diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-04-26 14:35:33 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-04-26 14:35:33 +0000 |
commit | 0c70cb46060beaa1ca91db2c81b02dc27c3e6bf3 (patch) | |
tree | 5c70871252c58fb905a91d027d19674dbade7c98 /accessibility | |
parent | a9455df5908808f9d9ea16a9f81f6dc65cffeea1 (diff) | |
download | FreeBSD-ports-0c70cb46060beaa1ca91db2c81b02dc27c3e6bf3.zip FreeBSD-ports-0c70cb46060beaa1ca91db2c81b02dc27c3e6bf3.tar.gz |
Install <libspi/stateset.h> include, because it's referenced from
<libspi/libspi.h>.
Diffstat (limited to 'accessibility')
-rw-r--r-- | accessibility/at-spi/files/patch-libspi::Makefile.in | 13 | ||||
-rw-r--r-- | accessibility/at-spi/pkg-plist | 1 |
2 files changed, 12 insertions, 2 deletions
diff --git a/accessibility/at-spi/files/patch-libspi::Makefile.in b/accessibility/at-spi/files/patch-libspi::Makefile.in index 2cf07a2..c4336dce 100644 --- a/accessibility/at-spi/files/patch-libspi::Makefile.in +++ b/accessibility/at-spi/files/patch-libspi::Makefile.in @@ -1,8 +1,17 @@ $FreeBSD$ ---- libspi/Makefile.in 2002/04/12 11:14:12 1.1 -+++ libspi/Makefile.in 2002/04/12 11:14:54 +--- libspi/Makefile.in.orig Fri Apr 26 16:03:02 2002 ++++ libspi/Makefile.in Fri Apr 26 17:30:41 2002 +@@ -140,7 +140,7 @@ + + libspiincludedir = $(includedir)/at-spi-1.0/libspi + +-libspiinclude_HEADERS = Accessibility.h accessible.h eventlistener.h action.h application.h base.h component.h editabletext.h hyperlink.h hypertext.h image.h keystrokelistener.h keymasks.h libspi.h listener.h relation.h remoteobject.h selection.h table.h text.h value.h ++libspiinclude_HEADERS = Accessibility.h accessible.h eventlistener.h action.h application.h base.h component.h editabletext.h hyperlink.h hypertext.h image.h keystrokelistener.h keymasks.h libspi.h listener.h relation.h remoteobject.h selection.h stateset.h table.h text.h value.h + + + IDL_OUT = Accessibility.h Accessibility-stubs.c Accessibility-skels.c Accessibility-common.c @@ -160,7 +160,7 @@ orbittypelibdir = $(libdir)/orbit-2.0 orbittypelib_LTLIBRARIES = Accessibility_module.la diff --git a/accessibility/at-spi/pkg-plist b/accessibility/at-spi/pkg-plist index 67fc8c8..9f6e13f 100644 --- a/accessibility/at-spi/pkg-plist +++ b/accessibility/at-spi/pkg-plist @@ -23,6 +23,7 @@ include/at-spi-1.0/libspi/listener.h include/at-spi-1.0/libspi/relation.h include/at-spi-1.0/libspi/remoteobject.h include/at-spi-1.0/libspi/selection.h +include/at-spi-1.0/libspi/stateset.h include/at-spi-1.0/libspi/table.h include/at-spi-1.0/libspi/text.h include/at-spi-1.0/libspi/value.h |