Fix some compilation problem.

PR:		14871
Submitted by:	Maintainer
This commit is contained in:
R. Imura 1999-12-10 00:59:27 +00:00
parent bca2e1ea57
commit a3398b4629
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=23699

View File

@ -38,6 +38,12 @@ CONFIGURE_ENV+= LDFLAGS=-export-dynamic
TIMID_DIR= ${PREFIX}/lib/timidity
LINK= xmmidi
post-configure:
@${MV} ${WRKSRC}/interface/Makefile ${WRKSRC}/interface/Makefile.orig
@${SED} -e 's^m_so_libs = $$^m_so_libs = -L/usr/X11R6/lib ${MOTIFLIB} -lXt -lXext -lSM -lICE -lX11 ^' \
-e 's^dynamic_targets = $$^dynamic_targets = interface_m.so^' \
${WRKSRC}/interface/Makefile.orig > ${WRKSRC}/interface/Makefile
do-build:
cd ${WRKSRC}/interface; ${MAKE}