1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/converters/trans/files/patch-aa
Andrey A. Chernov 776e0d5bd4 Add missing files
More freebsd tunings
1996-11-27 10:59:59 +00:00

35 lines
754 B
Plaintext

*** Makefile.orig Sat Jun 1 04:11:00 1996
--- Makefile Wed Nov 27 13:01:22 1996
***************
*** 30,43 ****
#
# 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)
#
--- 30,44 ----
#
# 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)
#