diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2010-12-25 18:19:54 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2010-12-25 18:19:54 +0000 |
commit | 636db0b995c239915410824c486af2f05575b82c (patch) | |
tree | 2d1381b64cfc8661c9ecedf8149df4ff613b22a9 /net-im/libnice/Makefile | |
parent | c65431914814d29f11bd33eff3ed2c06a75e913d (diff) |
Notes
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> |