diff options
author | grant <grant@pkgsrc.org> | 2004-07-03 04:05:13 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-07-03 04:05:13 +0000 |
commit | ad75d933c11a196909cd761c278478c39776d2e6 (patch) | |
tree | f263977bdefc4e3966d8a424ee9a77c54f87e5fd /multimedia | |
parent | ed0e189c1ccc9d66286d33d75388eb098d191d3d (diff) | |
download | pkgsrc-ad75d933c11a196909cd761c278478c39776d2e6.tar.gz |
we already patched SUBDIRS= # empty because this only builds imake, so
also comment out #define IHaveSubdirs.
imake builds different targets for "includes" based on whether
IHaveSubdirs is defined. however, this was only working by chance
because if IHaveSubdirs is defined, the shell code
used is:
for blah in $(SUBDIRS); do
which doesn't work with Solaris sh(1) or ksh(1), where NetBSD sh(1),
bash(1), etc. just skip empty for loops.
fixes install on Solaris.
Diffstat (limited to 'multimedia')
0 files changed, 0 insertions, 0 deletions