diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-12-11 16:59:21 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-12-11 16:59:21 +0000 |
commit | b312f6cae3954a06788702ef6fd6b6d12ac613a9 (patch) | |
tree | f945d35b4227bb63dda2bc19b0c286028a2b28d9 /sysutils | |
parent | fc510011bc9fdbe93680fcf3fc72ed4ee8ac7adb (diff) | |
download | ports-b312f6cae3954a06788702ef6fd6b6d12ac613a9.tar.gz ports-b312f6cae3954a06788702ef6fd6b6d12ac613a9.zip |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/gconf-editor/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/gconf-editor/Makefile b/sysutils/gconf-editor/Makefile index bcae3f78cfdb..03a2f122998d 100644 --- a/sysutils/gconf-editor/Makefile +++ b/sysutils/gconf-editor/Makefile @@ -27,7 +27,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} -pre-patch: +post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure |