gcc -traditional' doesn't get along with
const char *' declarations.
This commit is contained in:
parent
029e2b1800
commit
9be57f1d36
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=8789
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user