diff options
author | pav <pav@FreeBSD.org> | 2005-05-28 18:44:16 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-05-28 18:44:16 +0800 |
commit | 7fca5e640e40fc96b72cbe80037ba0a24a9b9108 (patch) | |
tree | 1000c83e22f61730ef5c3ac873f43ca1a7674206 /x11-toolkits/ruby-wx | |
parent | a4022e19c9df8346bdf5f485830a13a499ab806f (diff) | |
download | freebsd-ports-gnome-7fca5e640e40fc96b72cbe80037ba0a24a9b9108.tar.gz freebsd-ports-gnome-7fca5e640e40fc96b72cbe80037ba0a24a9b9108.tar.zst freebsd-ports-gnome-7fca5e640e40fc96b72cbe80037ba0a24a9b9108.zip |
- Fix with recent wxWidgets changes
PR: ports/81576
Submitted by: Ulrich Spoerlein <q@galgenberg.net> (maintainer)
Diffstat (limited to 'x11-toolkits/ruby-wx')
-rw-r--r-- | x11-toolkits/ruby-wx/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-toolkits/ruby-wx/Makefile b/x11-toolkits/ruby-wx/Makefile index 8c379e354f90..ea19dbb3c26f 100644 --- a/x11-toolkits/ruby-wx/Makefile +++ b/x11-toolkits/ruby-wx/Makefile @@ -37,6 +37,7 @@ DOCS= README README.linux ChangeLog post-patch: @${FIND} ${WRKSRC} -name *.t | ${XARGS} ${REINPLACE_CMD} -e 's|
||' @${REINPLACE_CMD} -E 's/ html(processor|window).o//' ${WRKSRC}/depend + @${REINPLACE_CMD} -e 's/wx-config/wxgtk2-2.4-config/' ${WRKSRC}/extconf.rb .if !defined(NOPORTDOCS) post-install: |