diff options
Diffstat (limited to 'net-im/libnice/Makefile')
-rw-r--r-- | net-im/libnice/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net-im/libnice/Makefile b/net-im/libnice/Makefile index 1d10ce2b4e03..f3312aa7dc27 100644 --- a/net-im/libnice/Makefile +++ b/net-im/libnice/Makefile @@ -32,6 +32,8 @@ post-patch: 's|-Wno-missing-field-initializers|#|g' @${REINPLACE_CMD} -e 's|-Wno-missing-field-initializers|#|g' \ ${WRKSRC}/common.mk - @${FIND} ${WRKSRC} -type f | ${XARGS} ${TOUCH} -f + +post-configure: + @${TOUCH} -f ${WRKSRC}/config.h .include <bsd.port.mk> |