forked from Lainports/freebsd-ports
Make portlint -A happy and update the port to the current version. PR: ports/58644 Submitted by: Miguel Mendez <flynn@energyhq.es.eu.org> Approved by: maintainer timeout
11 lines
250 B
Text
11 lines
250 B
Text
--- makefile.orig Tue Oct 28 18:02:43 2003
|
|
+++ makefile Tue Oct 28 18:03:09 2003
|
|
@@ -5,7 +5,7 @@
|
|
#
|
|
ifeq ($(WIN32),)
|
|
#Unix Environments
|
|
-CC = gcc -O2 -lm -I .
|
|
+CC = gcc ${CFLAGS} -lm -I .
|
|
#CC = gcc -O2 -g -lm -I .
|
|
ifeq ($(USE_NETWORK),)
|
|
else
|