mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
8eeeb75d2e
PR: ports/19492 Submitted by: Ben Smithurst <ben@scientia.demon.cu.uk>
13 lines
280 B
Plaintext
13 lines
280 B
Plaintext
--- makefile.orig Sat Jun 24 19:14:14 2000
|
|
+++ makefile Sat Jun 24 19:14:30 2000
|
|
@@ -1,8 +1,6 @@
|
|
|
|
# If you don't have gcc, try cc instead, if it is an ANSI compiler.
|
|
|
|
-CC=gcc
|
|
-
|
|
wordplay : wordplay.c
|
|
- $(CC) -O -o wordplay wordplay.c
|
|
+ $(CC) ${CFLAGS} -o wordplay wordplay.c
|
|
|