View | Details | Raw Unified | Return to bug 174176 | Differences between
and this patch

Collapse All | Expand All

(-)audio/timidity++-motif/Makefile (-8 / +1 lines)
Lines 8-20 Link Here
8
8
9
MASTERDIR=	${.CURDIR}/../../audio/timidity++
9
MASTERDIR=	${.CURDIR}/../../audio/timidity++
10
10
11
PLIST_FILES=	bin/xmmidi ${TIMID_LIBDIR}/interface_m.so
11
PLIST_FILES=	bin/${LINK} ${TIMID_LIBDIR}/if_motif.so
12
NO_STAGE=	yes
13
14
post-configure:
15
	@${MV} ${WRKSRC}/interface/Makefile ${WRKSRC}/interface/Makefile.orig
16
	@${SED} -e 's^m_so_libs = $$^m_so_libs = -L${LOCALBASE}/lib ${MOTIFLIB} -lXt -lXext -lSM -lICE -lX11 ^' \
17
		-e 's^dynamic_targets = $$^dynamic_targets = interface_m.so^' \
18
	${WRKSRC}/interface/Makefile.orig > ${WRKSRC}/interface/Makefile
19
12
20
.include "${MASTERDIR}/Makefile"
13
.include "${MASTERDIR}/Makefile"

Return to bug 174176