mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-29 21:39:24 +00:00
eb8709351b
PR: 22765 Submitted by: maintainer
15 lines
657 B
Plaintext
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"
|