diff options
author | mezz <mezz@FreeBSD.org> | 2005-11-05 14:12:23 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2005-11-05 14:12:23 +0800 |
commit | b1ef48decb9ac33b0bc421d7359df5f35c70b15d (patch) | |
tree | cf05cf4f2b057129e5b9960d6011cf3e699a9788 /x11-toolkits/wxgtk26 | |
parent | 51eeda226a72106b6f328392de93a460cbcd8404 (diff) | |
download | freebsd-ports-gnome-b1ef48decb9ac33b0bc421d7359df5f35c70b15d.tar.gz freebsd-ports-gnome-b1ef48decb9ac33b0bc421d7359df5f35c70b15d.tar.zst freebsd-ports-gnome-b1ef48decb9ac33b0bc421d7359df5f35c70b15d.zip |
Fix the build w/ new glib/gtk/pango stuff, bump the PORTREVISION for chase
glib's bump.
Diffstat (limited to 'x11-toolkits/wxgtk26')
-rw-r--r-- | x11-toolkits/wxgtk26/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/x11-toolkits/wxgtk26/Makefile b/x11-toolkits/wxgtk26/Makefile index bc246aa12119..32607492ebd1 100644 --- a/x11-toolkits/wxgtk26/Makefile +++ b/x11-toolkits/wxgtk26/Makefile @@ -7,6 +7,7 @@ PORTNAME= wx PORTVERSION= 2.6.1 +PORTREVISION= 1 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= wxwindows @@ -86,6 +87,11 @@ pre-configure: .endif # !gtk2-contrib-common .endif # *-contrib* +post-patch: + @${REINPLACE_CMD} -e 's|pkg_config_args --cflags|pkg_config_args pangox --cflags|g ; \ + s|pkg_config_args --libs|pkg_config_args pangox --libs|g' \ + ${WRKSRC}/configure + .include <bsd.port.pre.mk> .if ${WXGTK_FLAVOR:M*-unicode*} != "" |