bug-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit] Various gui fixups


From: Adam Fedor
Subject: [Commit] Various gui fixups
Date: Sat, 19 Jul 2003 20:20:43 -0600
User-agent: Mozilla/5.0 (X11; U; Linux ppc; en-US; rv:1.1) Gecko/20020905

2003-07-19  Adam Fedor  <fedor@gnu.org>

        * 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

reply via email to

[Prev in Thread] Current Thread [Next in Thread]