diff options
author | marcus <marcus@FreeBSD.org> | 2002-12-12 00:59:21 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-12-12 00:59:21 +0800 |
commit | 20ebe634a3fcc67a51ab362301e5a50cd1dcf6b3 (patch) | |
tree | 31812ba55ac7b9f2d14c4de6e021c20118916759 /sysutils/gconf-editor | |
parent | eda4f996a2493a142a370ced5726745e112a9850 (diff) | |
download | freebsd-ports-gnome-20ebe634a3fcc67a51ab362301e5a50cd1dcf6b3.tar.gz freebsd-ports-gnome-20ebe634a3fcc67a51ab362301e5a50cd1dcf6b3.tar.zst freebsd-ports-gnome-20ebe634a3fcc67a51ab362301e5a50cd1dcf6b3.zip |
Change pre-patch to post-patch to allow gnomehack to do its thing. This
will fix some plist issues.
Diffstat (limited to 'sysutils/gconf-editor')
-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 |