diff options
Diffstat (limited to 'graphics/zbar/Makefile')
-rw-r--r-- | graphics/zbar/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/zbar/Makefile b/graphics/zbar/Makefile index de7d7e54ba15..4b5ebaea07f4 100644 --- a/graphics/zbar/Makefile +++ b/graphics/zbar/Makefile @@ -93,7 +93,7 @@ CONFIGURE_ARGS+= --with-qt=no PLIST_SUB+= QT4="@comment " .endif -CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" +LDFLAGS+= -L${LOCALBASE}/lib post-patch: @${REINPLACE_CMD} 's|-lpthread|${PTHREAD_LIBS}|' ${WRKSRC}/configure |