1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/ports-mgmt/portal/files/patch-Makefile
John Marino d2f03589b6 ports-mgmt/portal: Support ports ncurses and honor FLAGS
Approved by:	general and ncurses blankets
2016-12-09 22:53:34 +00:00

12 lines
313 B
Plaintext

--- Makefile.orig 2016-12-03 18:56:16 UTC
+++ Makefile
@@ -24,7 +24,7 @@ DEFS= -DVERSION=${VERSION}
all: ${PROG}
${PROG}: ${OBJS}
- ${CC} ${CXXFLAGS} -o ${.TARGET} ${OBJS} ${LDADD}
+ ${CC} ${CXXFLAGS} -o ${.TARGET} ${OBJS} ${LDFLAGS} ${LDADD}
.cc.o:
${CC} ${CXXFLAGS} ${CPPFLAGS} ${DEFS} -c ${.IMPSRC}