Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 277145 | Differences between
and this patch

Collapse All | Expand All

(-)libpst-0.6.41.orig/configure.in (-1 / +1 lines)
Lines 134-140 Link Here
134
AC_HEADER_DIRENT
134
AC_HEADER_DIRENT
135
AC_HEADER_STDC
135
AC_HEADER_STDC
136
AC_CHECK_HEADERS([ctype.h dirent.h errno.h fcntl.h inttypes.h limits.h regex.h semaphore.h signal.h stdarg.h stdint.h stdio.h stdlib.h string.h sys/param.h sys/shm.h sys/stat.h sys/types.h time.h unistd.h wchar.h])
136
AC_CHECK_HEADERS([ctype.h dirent.h errno.h fcntl.h inttypes.h limits.h regex.h semaphore.h signal.h stdarg.h stdint.h stdio.h stdlib.h string.h sys/param.h sys/shm.h sys/stat.h sys/types.h time.h unistd.h wchar.h])
137
AC_SEARCH_LIBS([sem_init],rt)
137
AC_SEARCH_LIBS([sem_init], [ pthread pthreads thread threads ] )
138
138
139
139
140
# Checks for typedefs, structures, and compiler characteristics.
140
# Checks for typedefs, structures, and compiler characteristics.
(-)libpst-0.6.41.orig/Makefile.am (+1 lines)
Lines 1-3 Link Here
1
ACLOCAL_AMFLAGS = -I m4
1
SUBDIRS = src python man html debian
2
SUBDIRS = src python man html debian
2
htmldir = ${datadir}/doc/@PACKAGE@-@VERSION@
3
htmldir = ${datadir}/doc/@PACKAGE@-@VERSION@
3
html_DATA = AUTHORS COPYING ChangeLog NEWS README
4
html_DATA = AUTHORS COPYING ChangeLog NEWS README

Return to bug 277145