diff options
author | mezz <mezz@FreeBSD.org> | 2009-01-12 00:53:11 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2009-01-12 00:53:11 +0800 |
commit | f6c1d9fcfec00a05b1aa43ac76f444da1351a0e6 (patch) | |
tree | 56aea2de0e421106d6a32062998e171af3edfb52 | |
parent | e6616b5896d8abf9cf4ab272d90496a37e71ab94 (diff) | |
download | freebsd-ports-gnome-f6c1d9fcfec00a05b1aa43ac76f444da1351a0e6.tar.gz freebsd-ports-gnome-f6c1d9fcfec00a05b1aa43ac76f444da1351a0e6.tar.zst freebsd-ports-gnome-f6c1d9fcfec00a05b1aa43ac76f444da1351a0e6.zip |
Fix the build w/ newer GTK+2.
Reported by: pointyhat via pav
-rw-r--r-- | irc/conspire/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/irc/conspire/Makefile b/irc/conspire/Makefile index dc46fff53d15..b93add97a582 100644 --- a/irc/conspire/Makefile +++ b/irc/conspire/Makefile @@ -69,5 +69,7 @@ post-install: post-patch: @${REINPLACE_CMD} 's|$${libdir}/pkgconfig|$${prefix}/libdata/pkgconfig|g' \ ${WRKSRC}/Makefile + @${REINPLACE_CMD} 's|GtkType|GType|g' \ + ${WRKSRC}/src/fe-gtk/xtext.h .include <bsd.port.post.mk> |