2003-07-19 Adam Fedor <[EMAIL PROTECTED]>

* GNUmakefile: Build Documentation if doc=yes (yes by default).

        * Tools/gsnd/GNUmakefile.postamble: Linke in pthreads if not
        already linked in (non-mingw targets only).
        * Tools/gsnd/portaudio/pa_unix_oss/pa_unix_oss.c: On OpenBSD
        include soundcard.h.

        * Panels/English.proj: Replace GSPageLayout.gorm and
        GSPrintPanel.gorm with updated GOrm dirs. Make Options button
        non-continuous.
Index: GNUmakefile
===================================================================
RCS file: /cvsroot/gnustep/gnustep/core/gui/GNUmakefile,v
retrieving revision 1.21
diff -r1.21 GNUmakefile
42a43,45
> # Build docs by default
> doc=yes
> 
56,57c59,63
< Resources \
< Documentation
---
> Resources
> 
> ifeq ($(doc), yes)
> SUBPROJECTS += Documentation
> endif
Index: Tools/gsnd/GNUmakefile.postamble
===================================================================
RCS file: /cvsroot/gnustep/gnustep/core/gui/Tools/gsnd/GNUmakefile.postamble,v
retrieving revision 1.1
diff -r1.1 GNUmakefile.postamble
16a17,21
>   # Most often this is already included from gnustep-base but may not
>   # be if libobjc is compiled without threads.
>   ifeq ($(objc_threaded),)
>     ADDITIONAL_TOOL_LIBS += -lpthread
>   endif
Index: Tools/gsnd/portaudio/pa_unix_oss/pa_unix_oss.c
===================================================================
RCS file: 
/cvsroot/gnustep/gnustep/core/gui/Tools/gsnd/portaudio/pa_unix_oss/pa_unix_oss.c,v
retrieving revision 1.3
diff -r1.3 pa_unix_oss.c
117a118,120
> #ifdef __OpenBSD__
> #include <soundcard.h>
> #else
118a122
> #endif
_______________________________________________
Bug-gnustep mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-gnustep

Reply via email to