summaryrefslogtreecommitdiff
path: root/print/bibview/files/patch-aa
diff options
context:
space:
mode:
authorMatthew Hunt <mph@FreeBSD.org>1998-04-19 18:03:27 +0000
committerMatthew Hunt <mph@FreeBSD.org>1998-04-19 18:03:27 +0000
commitd14c79c7f829e124d9b7922a78e584bea64c8390 (patch)
tree341b9dc7279f124f2bc6feb66cc1546c2c2ed2ac /print/bibview/files/patch-aa
parentMove fonts to lib/X11/fonts/misc. (diff)
Apply patches by maintainer:
- Update maintainer's email address - Fix a typecast problem And my modifications: - Change "version required" line in Makefile header - Change patch to Imakefile to not override CC and CFLAGS. PR: 6350 Submitted by: David A. Bader <dbader@eece.unm.edu>
Notes
Notes: svn path=/head/; revision=10592
Diffstat (limited to 'print/bibview/files/patch-aa')
-rw-r--r--print/bibview/files/patch-aa15
1 files changed, 12 insertions, 3 deletions
diff --git a/print/bibview/files/patch-aa b/print/bibview/files/patch-aa
index 4378d2446c01..96dd8586e44c 100644
--- a/print/bibview/files/patch-aa
+++ b/print/bibview/files/patch-aa
@@ -1,11 +1,20 @@
---- Imakefile.orig Mon Feb 27 14:41:19 1995
-+++ Imakefile Mon Nov 24 09:30:53 1997
+--- Imakefile.orig Mon Feb 27 08:41:19 1995
++++ Imakefile Sun Apr 19 13:51:51 1998
@@ -9,7 +9,7 @@
/* nothing needs to be modified below this point */
-CFLAGS = $(STD_CPP_DEFINES)
-+CFLAGS = -I/usr/X11R6/include
++/* CFLAGS = $(STD_CPP_DEFINES) */
#ifdef NeXTArchitecture
SYS_LIBRARIES = XawClientLibs -lm -lsys_s
+@@ -33,7 +33,7 @@
+
+ #else /* Others */ /* END SGIArchitecture */
+
+-CC = gcc -fstrength-reduce -fpcc-struct-return
++/* CC = gcc -fstrength-reduce -fpcc-struct-return */
+
+ #endif
+ #endif