diff options
author | nork <nork@FreeBSD.org> | 2010-12-04 14:18:59 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2010-12-04 14:18:59 +0800 |
commit | 2b3f9437e621280b3e65ece65eeb41026df1479e (patch) | |
tree | 4347c86b2185e5300601b6f12c30f9df09d32ae9 /net-im | |
parent | a7bbb80350f5367a11419f1bed8b1e646da4c826 (diff) | |
download | freebsd-ports-gnome-2b3f9437e621280b3e65ece65eeb41026df1479e.tar.gz freebsd-ports-gnome-2b3f9437e621280b3e65ece65eeb41026df1479e.tar.zst freebsd-ports-gnome-2b3f9437e621280b3e65ece65eeb41026df1479e.zip |
To not invoke autotools, so ${TOUCH} some autotools related files.
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/libnice/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net-im/libnice/Makefile b/net-im/libnice/Makefile index aaa09acd8df1..b0f65e995368 100644 --- a/net-im/libnice/Makefile +++ b/net-im/libnice/Makefile @@ -31,5 +31,7 @@ post-patch: 's|-Wno-missing-field-initializers|#|g' @${REINPLACE_CMD} -e 's|-Wno-missing-field-initializers|#|g' \ ${WRKSRC}/common.mk + @${TOUCH} ${WRKSRC}/aclocal.m4 ${WRKSRC}/Makefile.in \ + ${WRKSRC}/Makefile ${WRKSRC}/configure .include <bsd.port.mk> |