[Bug 193134] [NEW PORT] www/seafile: Framework for writing networked applications

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Nov 3 08:08:27 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193134

--- Comment #22 from John Marino <marino at FreeBSD.org> ---
change lines like these from

X-#ifdef __linux__
X+#if defined(__linux__) || defined(__FreeBSD__)

to

X-#ifdef __linux__
X+#if defined(__linux__) || defined(__FreeBSD__) || defined(__DragonFly__)

(everywhere you add __FreeBSD__ also check for __DragonFly__ )




XCATEGORIES=    www

That's probably "net-mgmt"

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list