diff options
Diffstat (limited to 'comms/obexapp/Makefile')
-rw-r--r-- | comms/obexapp/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/comms/obexapp/Makefile b/comms/obexapp/Makefile index 2062912c5b45..a8d7bbf7b60a 100644 --- a/comms/obexapp/Makefile +++ b/comms/obexapp/Makefile @@ -26,4 +26,7 @@ MAKE_ENV+= NO_MAN=yes MAKE_ENV+= NO_WERROR=yes +post-patch: + @${REINPLACE_CMD} -e 's/-liconv/${ICONV_LIB}/' ${WRKSRC}/Makefile + .include <bsd.port.mk> |