diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1997-11-24 08:40:53 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1997-11-24 08:40:53 +0000 |
commit | 9be57f1d364220a157d9be79a944b4c731a830c1 (patch) | |
tree | 672f75ee77f0b37914e5b6c9234fde6b40783a44 /print/bibview | |
parent | Upgrade to 4.06.1. (diff) |
`gcc -traditional' doesn't get along with `const char *' declarations.
Notes
Notes:
svn path=/head/; revision=8789
Diffstat (limited to 'print/bibview')
-rw-r--r-- | print/bibview/Makefile | 3 | ||||
-rw-r--r-- | print/bibview/files/patch-aa | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/print/bibview/Makefile b/print/bibview/Makefile index 9356c5212969..a0a959d811e7 100644 --- a/print/bibview/Makefile +++ b/print/bibview/Makefile @@ -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 diff --git a/print/bibview/files/patch-aa b/print/bibview/files/patch-aa index 58954c920bf2..4378d2446c01 100644 --- a/print/bibview/files/patch-aa +++ b/print/bibview/files/patch-aa @@ -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 |