diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2010-04-25 03:21:39 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2010-04-25 03:21:39 +0000 |
commit | 7ed3990ecc03ac059bbe3136484707128e993142 (patch) | |
tree | fc3a94923604f585ed92c7a3de2c9b5c67068d97 /graphics/OpenEXR | |
parent | 812a4ebf4d2321a0f444a06a64bdd88b2f3ed98f (diff) |
Notes
Diffstat (limited to 'graphics/OpenEXR')
-rw-r--r-- | graphics/OpenEXR/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/graphics/OpenEXR/Makefile b/graphics/OpenEXR/Makefile index 94d1fc8c5341..fd2f43a80902 100644 --- a/graphics/OpenEXR/Makefile +++ b/graphics/OpenEXR/Makefile @@ -28,7 +28,7 @@ CONFIGURE_ARGS+=--enable-imfexamples # must be explicitely linked with -l{thr|pthread} CONFIGURE_ENV= LDFLAGS="${PTHREAD_LIBS}" -PTHREAD_LIBS+= `${CC} -dumpspecs | ${GREP} -m 1 pthread | ${SED} -e 's|^.*%{\!pg: %{pthread:|| ; s|}.*$$||' || ${TRUE}` +PTHREAD_LIBS+= `${CC} -dumpspecs | ${SED} -ne '/%{\!pg: %{pthread:/s/^.*%{\!pg: %{pthread:\([^}]*\)}.*$$/\1/p' || ${TRUE}` WRKSRC= ${WRKDIR}/${DISTNAME} @@ -47,8 +47,5 @@ test check: build #.endif #.endif -.if ${ARCH} == "powerpc" -BROKEN= Does not configure on powerpc -.endif .include <bsd.port.post.mk> |