gcc -traditional' doesn't get along with const char *' declarations.

This commit is contained in:
Thomas Gellekum 1997-11-24 08:40:53 +00:00
parent 029e2b1800
commit 9be57f1d36
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=8789
2 changed files with 3 additions and 4 deletions

View File

@ -3,7 +3,7 @@
# Date created: 21 July 1997
# Whom: dbader@umiacs.umd.edu
#
# $Id: Makefile,v 1.1.1.1 1997/09/12 08:11:56 tg Exp $
# $Id: Makefile,v 1.2 1997/11/22 01:28:05 asami Exp $
#
DISTNAME= bibview-2.2
@ -13,7 +13,6 @@ MASTER_SITE_SUBDIR= biblio/bibtex/utils/bibview-2.0
MAINTAINER= dbader@umiacs.umd.edu
BROKEN= build
USE_IMAKE= yes
WRKSRC= ${WRKDIR}/bibview-2.2

View File

@ -1,11 +1,11 @@
--- Imakefile.orig Mon Feb 27 14:41:19 1995
+++ Imakefile Thu Sep 11 13:08:27 1997
+++ Imakefile Mon Nov 24 09:30:53 1997
@@ -9,7 +9,7 @@
/* nothing needs to be modified below this point */
-CFLAGS = $(STD_CPP_DEFINES)
+CFLAGS = $(STD_CPP_DEFINES) -I/usr/X11R6/include
+CFLAGS = -I/usr/X11R6/include
#ifdef NeXTArchitecture
SYS_LIBRARIES = XawClientLibs -lm -lsys_s