diff options
author | marcus <marcus@FreeBSD.org> | 2011-01-02 00:32:00 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2011-01-02 00:32:00 +0800 |
commit | 791ead4e35f1be408d347a983ce790ce3d1b052e (patch) | |
tree | ba2057bee19db155a58235a02fa71da9d51fee7a /net-im/libnice | |
parent | 5082239b1cd4d4ac50183d28f43d8ef42b127286 (diff) | |
download | freebsd-ports-gnome-791ead4e35f1be408d347a983ce790ce3d1b052e.tar.gz freebsd-ports-gnome-791ead4e35f1be408d347a983ce790ce3d1b052e.tar.zst freebsd-ports-gnome-791ead4e35f1be408d347a983ce790ce3d1b052e.zip |
Restore some of nork's commit so that additional files are touched after
configure. This is known to fix some issues on ZFS builds.
Reported by: fluffy
Diffstat (limited to 'net-im/libnice')
-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 037166be2b5e..91d3b4c5f782 100644 --- a/net-im/libnice/Makefile +++ b/net-im/libnice/Makefile @@ -34,6 +34,8 @@ post-patch: ${WRKSRC}/common.mk post-configure: - @${TOUCH} -f ${WRKSRC}/config.h + @${TOUCH} -f ${WRKSRC}/config.h ${WRKSRC}/aclocal.m4 \ + ${WRKSRC}/configure ${WRKSRC}/Makefile.in \ + ${WRKSRC}/Makefile .include <bsd.port.mk> |