Re: [Harbour] add dragonfly support

2010-05-25 Thread Tamas TEVESZ
On Tue, 25 May 2010, Tamas TEVESZ wrote: hi, > let me make a small amendment: and one more. apparently clang (pkgsrc wip/clang at least) works too. config/bsd/clang.mk is a straight copy of config/linux/clang.mk so i'll spare inlining it. some hbmk2-voodoo is needed in addition to this, of

Re: [Harbour] add dragonfly support

2010-05-25 Thread Tamas TEVESZ
On Tue, 25 May 2010, Viktor Szakáts wrote: hi, > I've committed, along with hbmk2 patch, so in theory > the last issue with HB_USER_LDFLAGS should be fixed. > (since the /pkg dir is already hardcoded when checking > for slang2, I think it's just fine to also add it to > lib list in hbmk2)

Re: [Harbour] add dragonfly support

2010-05-25 Thread Viktor Szakáts
Hi Tamas, Great, thank you very much. I've committed, along with hbmk2 patch, so in theory the last issue with HB_USER_LDFLAGS should be fixed. (since the /pkg dir is already hardcoded when checking for slang2, I think it's just fine to also add it to lib list in hbmk2) Viktor On 2010 May 25

[Harbour] add dragonfly support

2010-05-25 Thread Tamas TEVESZ
hi, the following adds dragonfly support to the bsd support chunk. some notes: --- config/bsd/libs.mk (revision 14580) +++ config/bsd/libs.mk (working copy) - SYSLIBS += slang + ifneq ($(wildcard /usr/pkg/lib/libslang2.so),) + SYSLIBS += slang2 + else + SYSLIBS