diff options
Diffstat (limited to 'graphics/exiv2/Makefile')
-rw-r--r-- | graphics/exiv2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/exiv2/Makefile b/graphics/exiv2/Makefile index 0f8cb3e1e567..a0dcaa9b67b1 100644 --- a/graphics/exiv2/Makefile +++ b/graphics/exiv2/Makefile @@ -23,7 +23,7 @@ USE_LDCONFIG= yes MAN1= exiv2.1 ALLTARGET= all CPPFLAGS+= -I${LOCALBASE}/include -CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" +LDFLAGS+= -L${LOCALBASE}/lib post-patch: @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure |