summaryrefslogtreecommitdiffstats
path: root/print/bibview
diff options
context:
space:
mode:
authortg <tg@FreeBSD.org>1997-11-24 08:40:53 +0000
committertg <tg@FreeBSD.org>1997-11-24 08:40:53 +0000
commit369ba324e8d1bdbef2b748570bb71181c716dd82 (patch)
treea9e110497bf759d304d986325778c27f1e6a6be0 /print/bibview
parentb1ae11d05484d87f3dabd8bd7d516a8d60455522 (diff)
downloadFreeBSD-ports-369ba324e8d1bdbef2b748570bb71181c716dd82.zip
FreeBSD-ports-369ba324e8d1bdbef2b748570bb71181c716dd82.tar.gz
`gcc -traditional' doesn't get along with `const char *' declarations.
Diffstat (limited to 'print/bibview')
-rw-r--r--print/bibview/Makefile3
-rw-r--r--print/bibview/files/patch-aa4
2 files changed, 3 insertions, 4 deletions
diff --git a/print/bibview/Makefile b/print/bibview/Makefile
index 9356c52..a0a959d 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 58954c9..4378d24 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
OpenPOWER on IntegriCloud