[Bug 193312] [NEW PORT] www/seafile-gui: Seafile desktop client

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


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

--- Comment #8 from John Marino <marino at FreeBSD.org> ---
for lines like these:

X+ELSEIF (${CMAKE_SYSTEM_NAME} MATCHES "Linux|FreeBSD")
X     INCLUDE_DIRECTORIES(${QT_QTDBUS_INCLUDE_DIR})
X     LINK_DIRECTORIES(${QT_QTDBUS_LIBRARIES})
X     SET(EXTRA_LIBS ${EXTRA_LIBS} ${QT_QTDBUS_LIBRARIES})
X@@ -42,7 +42,7 @@
X ####################
X ###### BEGIN: QT configuration
X ####################
X-IF (${CMAKE_SYSTEM_NAME} MATCHES "Linux")
X+IF (${CMAKE_SYSTEM_NAME} MATCHES "Linux|FreeBSD")
X   SET(QtDBus "QtDBus")
X ENDIF()
X 
X@@ -380,7 +380,7 @@
X   ${EXTRA_LIBS}
X )
X 
X-IF (${CMAKE_SYSTEM_NAME} MATCHES "Linux")
X+IF (${CMAKE_SYSTEM_NAME} MATCHES "Linux|FreeBSD")
X   TARGET_LINK_LIBRARIES(seafile-applet


please change them to 
X+IF (${CMAKE_SYSTEM_NAME} MATCHES "Linux|FreeBSD|DragonFly")

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


More information about the freebsd-ports-bugs mailing list