groff
[Top][All Lists]
Advanced

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

[Groff] [patch] Makefile.comm


From: OKAZAKI Tetsurou
Subject: [Groff] [patch] Makefile.comm
Date: Sun, 12 Mar 2000 02:25:58 +0900
User-agent: Wanderlust/1.1.0 (Overjoyed-pre3) REMI/1.14.1 (Mushigawaōsugi) Chao/1.14.1 (Rokujiz ō) APEL/10.2 Emacs/20.6 (i386--freebsd) MULE/4.0 (HANANOEN)

Hi,

Please commit the patch below to the CVS. Without this patch,
building groff on FreeBSD 3.4-STABLE stops at:

<<snip>>
gcc -DHAVE_UNISTD_H=1 -DHAVE_DIRENT_H=1 -DHAVE_LIMITS_H=1 \
-DHAVE_STDLIB_H=1 -DSTDLIB_H_DECLARES_PUTENV=1 -DSTDIO_H_DECLARES_POPEN=1 \
-DSTDIO_H_DECLARES_PCLOSE=1 -DHAVE_SYS_NERR=1 -DHAVE_SYS_ERRLIST=1 \
-DHAVE_CC_OSFCN_H=1 -DHAVE_CC_LIMITS_H=1 -DRETSIGTYPE=void \
-DHAVE_STRUCT_EXCEPTION=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 \
-DHAVE_MMAP=1 -DHAVE_FMOD=1 -DHAVE_STRTOL=1 -DHAVE_GETCWD=1 \
-DHAVE_STRERROR=1 -DHAVE_PUTENV=1 -DHAVE_RENAME=1 -DHAVE_MKSTEMP=1 \
-DHAVE_STRCASECMP=1 -DHAVE_STRSEP=1 -DSYS_SIGLIST_DECLARED=1 \
-g -O2   -c /opt/cvsroot/GNU/groff/src/libs/libgroff/getopt.c
/opt/cvsroot/GNU/groff/src/libs/libgroff/getopt.c:107: getopt.h: No such file 
or directory
*** Error code 1

Stop.
*** Error code 1

TIA.

--
Tetsurou

diff -urN groff-cvs/Makefile.comm groff/Makefile.comm
--- groff-cvs/Makefile.comm     Sun Feb  6 18:34:29 2000
+++ groff/Makefile.comm Sat Mar 11 21:40:09 2000
@@ -24,7 +24,7 @@
   -I$(top_builddir)/src/include -I$(top_srcdir)/src/include
 ALL_CCFLAGS=$(INCLUDES) $(CCDEFINES) $(CCFLAGS) $(CPPFLAGS)
 COMPILE.cc=$(CCC) $(ALL_CCFLAGS) -c
-ALL_CFLAGS=$(CDEFINES) $(CFLAGS) $(CPPFLAGS)
+ALL_CFLAGS=$(INCLUDES) $(CDEFINES) $(CFLAGS) $(CPPFLAGS)
 COMPILE.c=$(CC) $(ALL_CFLAGS)  -c
 LINK.cc=$(CCC) $(CCFLAGS) $(LDFLAGS)
 LINK.c=$(CC) $(CFLAGS) $(LDFLAGS)

reply via email to

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