ports/irc/dancer/files/patch-Makefile
Daichi GOTO 860f01e96d bug fixes: irc/dancer
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)
2003-06-27 04:43:19 +00:00

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 ..)