mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 03:46:30 -04:00
- Convert to new OPTIONS framework - Respect CC - Cleanup compile warnings - Pet portlint - While I'm here, remove LICENSE_FILE for well-known licenses - Use single space after WWW: PR: ports/182158 Submitted by: Pavel Volkov <pavelivolkov@gmail.com> (maintainer)
22 lines
495 B
Text
22 lines
495 B
Text
--- Makefile.orig 2007-08-30 04:43:27.000000000 +0400
|
|
+++ Makefile 2013-09-16 15:34:28.000000000 +0400
|
|
@@ -21,7 +21,7 @@
|
|
# Makefile for ccsrch
|
|
#
|
|
|
|
-CC =gcc
|
|
+#CC =gcc
|
|
#
|
|
# for mingw use something like the following
|
|
#INCL = -I./ -I/mingw/include
|
|
@@ -29,8 +29,8 @@
|
|
#
|
|
# for *UNIX* the following tends to work
|
|
INCL = -I./
|
|
-CFLAGS =-O2 -static
|
|
-#CFLAGS =-O2 # for linux
|
|
+#CFLAGS =-O2 -static
|
|
+CFLAGS =-O2 # for linux
|
|
#CFLAGS =-DDEBUG # if you want a lot of noise
|
|
LDFLAGS =-s
|
|
OBJS= ccsrch.o
|