1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/devel/glade--/files/patch-ac
Maxim Sobolev eb8709351b Update to 0.5.10.
PR:		22765
Submitted by:	maintainer
2000-11-11 11:38:00 +00:00

15 lines
657 B
Plaintext

*** src/Cxx.cc.orig Mon Oct 16 18:42:09 2000
--- src/Cxx.cc Tue Nov 7 16:54:19 2000
***************
*** 538,543 ****
--- 538,546 ----
" elif [ -r /usr/local/share/glade/gnome/gnome.m4 ]\n"
" then\n"
" cp -r /usr/local/share/glade/gnome macros\n"
+ " elif [ -r %%X11BASE%%/share/gnome/glade/gnome/gnome.m4 ]\n"
+ " then\n"
+ " cp -r %%X11BASE%%/share/gnome/glade/gnome macros\n"
" else\n"
" echo \"I can't find the gnome macros. Please copy them to macros and retry.\"\n"
" exit 2\n"