mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
d14c79c7f8
- 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>
21 lines
517 B
Plaintext
21 lines
517 B
Plaintext
--- 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 = $(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
|