diff options
author | Max Khon <fjoe@FreeBSD.org> | 2005-11-08 07:28:39 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2005-11-08 07:28:39 +0000 |
commit | 31a8351b98bb6c70ae0786f55eea4b624d6bbce6 (patch) | |
tree | e9db7b6806918ebd3b748aa79f4a20364f5be362 /x11-toolkits/wxgtk26-unicode | |
parent | - Fix build with latest cairo (diff) |
Add a patch from WX_2_6_BRANCH:
src/common/intl.cpp rev. 1.166.2.1:
backported fix for crash in Unicode build (bug 1303851)
Submitted by: mux
Diffstat (limited to 'x11-toolkits/wxgtk26-unicode')
-rw-r--r-- | x11-toolkits/wxgtk26-unicode/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-toolkits/wxgtk26-unicode/Makefile b/x11-toolkits/wxgtk26-unicode/Makefile index 049949a2ab60..82ce75a41e8c 100644 --- a/x11-toolkits/wxgtk26-unicode/Makefile +++ b/x11-toolkits/wxgtk26-unicode/Makefile @@ -5,6 +5,7 @@ # $FreeBSD$ # +PORTREVISION= 1 MAINTAINER= fjoe@FreeBSD.org COMMENT= The wxWidgets GUI toolkit (Unicode) |