SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
20
converters/trans/patches/patch-src_Makefile
Normal file
20
converters/trans/patches/patch-src_Makefile
Normal file
|
@ -0,0 +1,20 @@
|
|||
--- src/Makefile.orig Sun Jul 27 01:20:00 1997
|
||||
+++ src/Makefile Mon Sep 5 15:40:06 2005
|
||||
@@ -32,14 +32,15 @@ ALL = $(PROG1)$(EXE) $(PROG2)$(EXE)
|
||||
#
|
||||
# CC = bcc
|
||||
# CC = cl
|
||||
-CC = gcc
|
||||
+# 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 = -c -ansi -Wall -DNO_STRDUP -DNO_STRUPR -O2
|
||||
+COPTS = ${CFLAGS} -c -Wall -DNO_STRUPR
|
||||
#
|
||||
# LOPTS are linker options (if any)
|
||||
#
|
Loading…
Add table
Add a link
Reference in a new issue