svn commit: r311824 - head/korean/gtkcomm
Pietro Cerutti
gahr at FreeBSD.org
Thu Feb 7 10:39:57 UTC 2013
Author: gahr
Date: Thu Feb 7 10:39:56 2013
New Revision: 311824
URL: http://svnweb.freebsd.org/changeset/ports/311824
Log:
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: korean)
Approved by: portmgr
Modified:
head/korean/gtkcomm/Makefile (contents, props changed)
Modified: head/korean/gtkcomm/Makefile
==============================================================================
--- head/korean/gtkcomm/Makefile Thu Feb 7 10:30:01 2013 (r311823)
+++ head/korean/gtkcomm/Makefile Thu Feb 7 10:39:56 2013 (r311824)
@@ -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>
More information about the svn-ports-head
mailing list