1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00

- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: korean)

Approved by:	portmgr
This commit is contained in:
Pietro Cerutti 2013-02-07 10:39:56 +00:00
parent 2a1734cc7d
commit 5f049474c1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=311824

View File

@ -23,7 +23,7 @@ USE_GNOME= glib20 gtk20
GNU_CONFIGURE= yes
pre-patch:
@${PERL} -pi -e 's^-l(pthread|c_r)^${PTHREAD_LIBS}^g ; \
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
${REINPLACE_CMD} -e 's|-lc_r||; s|DATADIRNAME=lib|DATADIRNAME=share|g' \
${WRKSRC}/configure
.include <bsd.port.mk>