diff options
author | osa <osa@FreeBSD.org> | 2003-07-20 13:09:45 +0000 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2003-07-20 13:09:45 +0000 |
commit | afcc3c7571d27cf8e561f5175d85b21f71b617ce (patch) | |
tree | fcb312aa98e0926cd2506ff1742691d96b06dd09 /graphics/giram/Makefile | |
parent | fd1a448e706f16e0bbb40867bbd756ca6545e167 (diff) | |
download | FreeBSD-ports-afcc3c7571d27cf8e561f5175d85b21f71b617ce.zip FreeBSD-ports-afcc3c7571d27cf8e561f5175d85b21f71b617ce.tar.gz |
Unbreak patch phase by resolve conflict between
pre-patch phase and patch-configure.
Spotted by: Simon Barner <barner@in.tum.de>
Diffstat (limited to 'graphics/giram/Makefile')
-rw-r--r-- | graphics/giram/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/giram/Makefile b/graphics/giram/Makefile index 8f544ab..b4e6c1e 100644 --- a/graphics/giram/Makefile +++ b/graphics/giram/Makefile @@ -16,8 +16,6 @@ COMMENT= Giram is Really A Modeller RUN_DEPENDS= povray:${PORTSDIR}/graphics/povray31 -BROKEN= "Fails to patch" - USE_BZIP2= yes USE_X_PREFIX= yes USE_REINPLACE= yes @@ -39,7 +37,7 @@ PKGNAMESUFFIX= -gnome CONFIGURE_ARGS+=--disable-gnome .endif -pre-patch: +post-patch: @${REINPLACE_CMD} -e \ 's|-lpthread|${PTHREAD_LIBS:S/"//g}|g ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g ; \ |