summaryrefslogtreecommitdiff
path: root/korean
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2013-02-07 10:39:56 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2013-02-07 10:39:56 +0000
commit5f049474c1c4f333a82e6d12126a6fafe74ca82c (patch)
treea02de18167e082f794dc81844a9b3eb91abcb9de /korean
parent- Remove BROKEN on ia64, as it's reported to build and run fine there (diff)
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: korean)
Approved by: portmgr
Notes
Notes: svn path=/head/; revision=311824
Diffstat (limited to 'korean')
-rw-r--r--korean/gtkcomm/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/korean/gtkcomm/Makefile b/korean/gtkcomm/Makefile
index 4b2415e387ba..4d1db60ade06 100644
--- a/korean/gtkcomm/Makefile
+++ b/korean/gtkcomm/Makefile
@@ -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>