mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
Fix FreeBSD 10.1 build
This commit is contained in:
parent
bf0666a330
commit
29294e0373
18 changed files with 18 additions and 22 deletions
|
@ -36,6 +36,7 @@ USE_GCC = UseGcc
|
||||||
|
|
||||||
#if OSMajorVersion >= 10
|
#if OSMajorVersion >= 10
|
||||||
#define CppArgs -Wno-invalid-pp-token
|
#define CppArgs -Wno-invalid-pp-token
|
||||||
|
#define DirFailPrefix -
|
||||||
#else
|
#else
|
||||||
#define CppArgs /**/
|
#define CppArgs /**/
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -354,7 +354,7 @@ char *cpp_argv[ARGUMENTS] = {
|
||||||
{"-D__powerpc64__", "1"},
|
{"-D__powerpc64__", "1"},
|
||||||
# endif
|
# endif
|
||||||
|
|
||||||
# ifdef __GNUC__
|
# if defined(__GNUC__) && !defined(__llvm__)
|
||||||
"-traditional",
|
"-traditional",
|
||||||
# endif
|
# endif
|
||||||
# ifdef __llvm__
|
# ifdef __llvm__
|
||||||
|
|
|
@ -38,6 +38,7 @@ static char rcs_id[] = "$XConsortium: TermPrimBuffer.c /main/1 1996/04/21 19:16:
|
||||||
|
|
||||||
#define USE_MEMCPY /* use memcpy for line movement... */
|
#define USE_MEMCPY /* use memcpy for line movement... */
|
||||||
|
|
||||||
|
#include <stdlib.h>
|
||||||
#include <wchar.h>
|
#include <wchar.h>
|
||||||
#include <Xm/Xm.h>
|
#include <Xm/Xm.h>
|
||||||
#include "TermHeader.h" /* for MIN/MAX */
|
#include "TermHeader.h" /* for MIN/MAX */
|
||||||
|
|
|
@ -38,6 +38,7 @@ static char rcs_id[] = "$XConsortium: TermPrimBufferWc.c /main/1 1996/04/21 19:1
|
||||||
|
|
||||||
#define USE_MEMCPY /* use memcpy for line movement... */
|
#define USE_MEMCPY /* use memcpy for line movement... */
|
||||||
|
|
||||||
|
#include <stdlib.h>
|
||||||
#include <wchar.h>
|
#include <wchar.h>
|
||||||
#include <Xm/Xm.h>
|
#include <Xm/Xm.h>
|
||||||
#include "TermHeader.h" /* for MIN/MAX */
|
#include "TermHeader.h" /* for MIN/MAX */
|
||||||
|
|
|
@ -33,6 +33,7 @@ static char rcs_id[] = "$XConsortium: TermPrimRenderLineDraw.c /main/1 1996/04/2
|
||||||
* (c) Copyright 1993, 1994 Novell, Inc. *
|
* (c) Copyright 1993, 1994 Novell, Inc. *
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <stdlib.h>
|
||||||
#include <wchar.h>
|
#include <wchar.h>
|
||||||
|
|
||||||
#include "TermHeader.h"
|
#include "TermHeader.h"
|
||||||
|
|
|
@ -51,6 +51,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
|
#include <stdlib.h>
|
||||||
|
|
||||||
#if defined(__hpux) || defined(__osf__) || defined(USL)
|
#if defined(__hpux) || defined(__osf__) || defined(USL)
|
||||||
# include <wchar.h>
|
# include <wchar.h>
|
||||||
|
|
|
@ -63,8 +63,7 @@ NormalProgramTarget(build,$(OBJS),delim.h $(LOCAL_LIBRARIES),$(LOCAL_LIBRARIES),
|
||||||
|
|
||||||
$(CPRODS): $(HELPUTILSRC)/context $(HELPTAGSRC)/delim.bld context.dat
|
$(CPRODS): $(HELPUTILSRC)/context $(HELPTAGSRC)/delim.bld context.dat
|
||||||
$(RM) $(CPRODS) $(CTRASH)
|
$(RM) $(CPRODS) $(CTRASH)
|
||||||
/* get application-specific delim.dat */
|
$(CP) $(HELPTAGSRC)/delim.bld delim.dat /* appl.-specific delim.dat */
|
||||||
$(CP) $(HELPTAGSRC)/delim.bld delim.dat
|
|
||||||
$(HELPUTILSRC)/context sparse
|
$(HELPUTILSRC)/context sparse
|
||||||
|
|
||||||
$(HELPUTILSRC)/context:
|
$(HELPUTILSRC)/context:
|
||||||
|
|
|
@ -61,8 +61,7 @@ $(EPRODS): eltdef $(HELPIFFILE) $(HELPTSSFILE)
|
||||||
|
|
||||||
$(CPRODS): $(HELPUTILSRC)/context $(HELPTAGSRC)/delim.elt context.dat
|
$(CPRODS): $(HELPUTILSRC)/context $(HELPTAGSRC)/delim.elt context.dat
|
||||||
$(RM) $(CPRODS) $(CTRASH)
|
$(RM) $(CPRODS) $(CTRASH)
|
||||||
/* get application-specific delim.dat */
|
$(CP) $(HELPTAGSRC)/delim.elt delim.dat /* appl.-specific delim.dat */
|
||||||
$(CP) $(HELPTAGSRC)/delim.elt delim.dat
|
|
||||||
$(HELPUTILSRC)/context
|
$(HELPUTILSRC)/context
|
||||||
|
|
||||||
$(HELPUTILSRC)/context:
|
$(HELPUTILSRC)/context:
|
||||||
|
|
|
@ -99,8 +99,7 @@ $(HELPTAGSRC)/dthelp_ctag1: parser
|
||||||
|
|
||||||
$(CPRODS): $(HELPUTILSRC)/context $(HELPTAGSRC)/delim.par context.dat
|
$(CPRODS): $(HELPUTILSRC)/context $(HELPTAGSRC)/delim.par context.dat
|
||||||
$(RM) $(CPRODS) $(CTRASH)
|
$(RM) $(CPRODS) $(CTRASH)
|
||||||
/* get application-specific delim.dat */
|
$(CP) $(HELPTAGSRC)/delim.par delim.dat /* appl.-specific delim.dat */
|
||||||
$(CP) $(HELPTAGSRC)/delim.par delim.dat
|
|
||||||
$(HELPUTILSRC)/context
|
$(HELPUTILSRC)/context
|
||||||
|
|
||||||
$(HELPUTILSRC)/context:
|
$(HELPUTILSRC)/context:
|
||||||
|
|
|
@ -63,8 +63,7 @@ NormalProgramTarget(build,$(OBJS),delim.h $(LOCAL_LIBRARIES),$(LOCAL_LIBRARIES),
|
||||||
|
|
||||||
$(CPRODS): $(HELPUTILSRC)/context $(HELPTAGSRC)/delim.bld context.dat
|
$(CPRODS): $(HELPUTILSRC)/context $(HELPTAGSRC)/delim.bld context.dat
|
||||||
$(RM) $(CPRODS) $(CTRASH)
|
$(RM) $(CPRODS) $(CTRASH)
|
||||||
/* get application-specific delim.dat */
|
$(CP) $(HELPTAGSRC)/delim.bld delim.dat /* appl.-specific delim.dat */
|
||||||
$(CP) $(HELPTAGSRC)/delim.bld delim.dat
|
|
||||||
$(HELPUTILSRC)/context sparse
|
$(HELPUTILSRC)/context sparse
|
||||||
|
|
||||||
$(HELPUTILSRC)/context:
|
$(HELPUTILSRC)/context:
|
||||||
|
|
|
@ -61,8 +61,7 @@ $(EPRODS): eltdef $(HELPIFFILE) $(HELPTSSFILE)
|
||||||
|
|
||||||
$(CPRODS): $(HELPUTILSRC)/context $(HELPTAGSRC)/delim.elt context.dat
|
$(CPRODS): $(HELPUTILSRC)/context $(HELPTAGSRC)/delim.elt context.dat
|
||||||
$(RM) $(CPRODS) $(CTRASH)
|
$(RM) $(CPRODS) $(CTRASH)
|
||||||
/* get application-specific delim.dat */
|
$(CP) $(HELPTAGSRC)/delim.elt delim.dat /* appl.-specific delim.dat */
|
||||||
$(CP) $(HELPTAGSRC)/delim.elt delim.dat
|
|
||||||
$(HELPUTILSRC)/context
|
$(HELPUTILSRC)/context
|
||||||
|
|
||||||
$(HELPUTILSRC)/context:
|
$(HELPUTILSRC)/context:
|
||||||
|
|
|
@ -99,8 +99,7 @@ $(HELPTAGSRC)/dthelp_htag1: parser
|
||||||
|
|
||||||
$(CPRODS): $(HELPUTILSRC)/context $(HELPTAGSRC)/delim.par context.dat
|
$(CPRODS): $(HELPUTILSRC)/context $(HELPTAGSRC)/delim.par context.dat
|
||||||
$(RM) $(CPRODS) $(CTRASH)
|
$(RM) $(CPRODS) $(CTRASH)
|
||||||
/* get application-specific delim.dat */
|
$(CP) $(HELPTAGSRC)/delim.par delim.dat /* appl.-specific delim.dat */
|
||||||
$(CP) $(HELPTAGSRC)/delim.par delim.dat
|
|
||||||
$(HELPUTILSRC)/context
|
$(HELPUTILSRC)/context
|
||||||
|
|
||||||
$(HELPUTILSRC)/context:
|
$(HELPUTILSRC)/context:
|
||||||
|
|
|
@ -59,8 +59,7 @@ NormalProgramTarget(build,$(OBJS),delim.h $(LOCAL_LIBRARIES),$(LOCAL_LIBRARIES),
|
||||||
|
|
||||||
$(CPRODS): $(SDLUTILSRC)/context $(HTAG2SRC)/delim.bld context.dat
|
$(CPRODS): $(SDLUTILSRC)/context $(HTAG2SRC)/delim.bld context.dat
|
||||||
$(RM) $(CPRODS) $(CTRASH)
|
$(RM) $(CPRODS) $(CTRASH)
|
||||||
/* get application-specific delim.dat */
|
$(CP) $(HTAG2SRC)/delim.bld delim.dat /* appl.-specific delim.dat */
|
||||||
$(CP) $(HTAG2SRC)/delim.bld delim.dat
|
|
||||||
$(SDLUTILSRC)/context sparse
|
$(SDLUTILSRC)/context sparse
|
||||||
|
|
||||||
$(SDLUTILSRC)/context:
|
$(SDLUTILSRC)/context:
|
||||||
|
|
|
@ -58,8 +58,7 @@ $(EPRODS): eltdef $(SDLIFFILE)
|
||||||
|
|
||||||
$(CPRODS): $(SDLUTILSRC)/context $(HTAG2SRC)/delim.elt context.dat
|
$(CPRODS): $(SDLUTILSRC)/context $(HTAG2SRC)/delim.elt context.dat
|
||||||
$(RM) $(CPRODS) $(CTRASH)
|
$(RM) $(CPRODS) $(CTRASH)
|
||||||
/* get application-specific delim.dat */
|
$(CP) $(HTAG2SRC)/delim.elt delim.dat /* appl.-specific delim.dat */
|
||||||
$(CP) $(HTAG2SRC)/delim.elt delim.dat
|
|
||||||
$(SDLUTILSRC)/context
|
$(SDLUTILSRC)/context
|
||||||
|
|
||||||
$(SDLUTILSRC)/context:
|
$(SDLUTILSRC)/context:
|
||||||
|
|
|
@ -90,8 +90,7 @@ $(HTAG2SRC)/dthelp_htag2: parser
|
||||||
|
|
||||||
$(CPRODS): $(SDLUTILSRC)/context $(HTAG2SRC)/delim.par context.dat
|
$(CPRODS): $(SDLUTILSRC)/context $(HTAG2SRC)/delim.par context.dat
|
||||||
$(RM) $(CPRODS) $(CTRASH)
|
$(RM) $(CPRODS) $(CTRASH)
|
||||||
/* get application-specific delim.dat */
|
$(CP) $(HTAG2SRC)/delim.par delim.dat /* appl.-specific delim.dat */
|
||||||
$(CP) $(HTAG2SRC)/delim.par delim.dat
|
|
||||||
$(SDLUTILSRC)/context
|
$(SDLUTILSRC)/context
|
||||||
|
|
||||||
$(SDLUTILSRC)/context:
|
$(SDLUTILSRC)/context:
|
||||||
|
|
|
@ -116,7 +116,7 @@ DtSR_BookcaseSearchEntry::~DtSR_BookcaseSearchEntry()
|
||||||
void
|
void
|
||||||
DtSR_BookcaseSearchEntry::search_zones(UAS_SearchZones& search_zones)
|
DtSR_BookcaseSearchEntry::search_zones(UAS_SearchZones& search_zones)
|
||||||
{
|
{
|
||||||
if (! bcases().length() > 0) {
|
if (! (bcases().length() > 0)) {
|
||||||
#ifdef DEBUG
|
#ifdef DEBUG
|
||||||
fprintf(stderr, "search_zones tried on empty BookcaseEntry list\n");
|
fprintf(stderr, "search_zones tried on empty BookcaseEntry list\n");
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -50,7 +50,7 @@ StringParser::brute_force(const char* text_in, int n_of_pats,
|
||||||
else if (patterns == NULL || *patterns == '\0')
|
else if (patterns == NULL || *patterns == '\0')
|
||||||
return NULL;
|
return NULL;
|
||||||
|
|
||||||
if (! n_of_pats > 0)
|
if (! (n_of_pats > 0))
|
||||||
return NULL;
|
return NULL;
|
||||||
|
|
||||||
char** pat_tbl = new char*[n_of_pats + 1];
|
char** pat_tbl = new char*[n_of_pats + 1];
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
/* $XConsortium: SearchStorage.h /main/3 1996/07/18 16:49:38 drk $ */
|
/* $XConsortium: SearchStorage.h /main/3 1996/07/18 16:49:38 drk $ */
|
||||||
|
|
||||||
#ifndef SRCH_STOR_HDR
|
#ifndef SRCH_STOR_HDR
|
||||||
#define SCRH_STOR_HDR
|
#define SRCH_STOR_HDR
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue