mirror of
https://git.freebsd.org/ports.git
synced 2025-06-22 05:00:30 -04:00
o Make the port respect CC, CFLAGS variables. o Prevent needless debugging symbols being compiled in. PR: 53804 Submitted by: Dominic Marks <dominic.marks@btinternet.com> (maintainer)
11 lines
221 B
Text
11 lines
221 B
Text
--- Makefile Thu Jun 26 23:43:33 2003
|
|
+++ Makefile.new Thu Jun 26 23:44:58 2003
|
|
@@ -23,7 +23,7 @@
|
|
PRG = dancer
|
|
|
|
all: src/config.h
|
|
- (cd src; make debug)
|
|
+ (cd src; make)
|
|
|
|
src/config.h:
|
|
(cd src; ./configure; cd ..)
|