mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 17:46:38 -04:00
11 lines
470 B
Text
11 lines
470 B
Text
--- Makefile.orig 2012-04-15 11:30:05 UTC
|
|
+++ Makefile
|
|
@@ -7,7 +7,7 @@ BOINC_HOME?= /var/db/boinc
|
|
all: boinc_curses
|
|
|
|
boinc_curses: boinc_curses.c
|
|
- ${CXX} -o boinc_curses boinc_curses.c -lncurses ${BOINCLIBDIR}/libboinc.a -I${BOINCINCDIR} -DBOINC_HOME=\"${BOINC_HOME}\" -Wall ${CFLAGS}
|
|
+ ${CXX} -o boinc_curses boinc_curses.c $(LDFLAGS) -lncurses ${BOINCLIBDIR}/libboinc.a -I${BOINCINCDIR} -DBOINC_HOME=\"${BOINC_HOME}\" -Wall ${CFLAGS}
|
|
|
|
clean:
|
|
-@rm boinc_curses
|