mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 22:30:38 -04:00
- Adjust dependencies (reported by QA script) - Replace LDFLAGS and LDFLAGS by USES= localbase - Remove TOOLKITS (delete all reference to QT5) and AOSDXCOMP options Add multimedia/audacious-plugins-gtk3 port
11 lines
356 B
Makefile
11 lines
356 B
Makefile
--- buildsys.mk.in.orig 2016-09-22 01:16:40 UTC
|
|
+++ buildsys.mk.in
|
|
@@ -205,7 +205,7 @@ pre-depend:
|
|
|
|
${PROG} ${PROG_NOINST}: ${EXT_DEPS} ${OBJS} ${OBJS_EXTRA}
|
|
${LINK_STATUS}
|
|
- if ${LD} -o $@ ${OBJS} ${OBJS_EXTRA} ${LDFLAGS} ${LIBS}; then \
|
|
+ if ${LD} -o $@ ${OBJS} ${OBJS_EXTRA} ${LIBS} ${LDFLAGS}; then \
|
|
${LINK_OK}; \
|
|
else \
|
|
${LINK_FAILED}; \
|