mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
35 lines
762 B
Plaintext
35 lines
762 B
Plaintext
*** src/Makefile.orig Thu May 1 03:12:00 1997
|
|
--- src/Makefile Mon May 5 20:16:45 1997
|
|
***************
|
|
*** 33,46 ****
|
|
#
|
|
# CC = bcc
|
|
# CC = cl
|
|
! CC = gcc
|
|
#
|
|
# COPTS are the options (if any) for compilation
|
|
#
|
|
# COPTS = -c -ml
|
|
# COPTS = -c -AL
|
|
# COPTS = -c -DNO_STRUPR -O2
|
|
! COPTS = -c -ansi -Wall -DNO_STRDUP -DNO_STRUPR -O2
|
|
#
|
|
# LOPTS are linker options (if any)
|
|
#
|
|
--- 33,47 ----
|
|
#
|
|
# CC = bcc
|
|
# CC = cl
|
|
! # CC = gcc
|
|
#
|
|
# COPTS are the options (if any) for compilation
|
|
#
|
|
# COPTS = -c -ml
|
|
# COPTS = -c -AL
|
|
# COPTS = -c -DNO_STRUPR -O2
|
|
! # COPTS = -c -ansi -Wall -DNO_STRDUP -DNO_STRUPR -O2
|
|
! COPTS = ${CFLAGS} -c -Wall -DNO_STRUPR
|
|
#
|
|
# LOPTS are linker options (if any)
|
|
#
|