Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Aug 2014 18:07:34 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 192588] New: net/citrix_ica needs USE_LINUX_APPS+=gtk2
Message-ID:  <bug-192588-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192588

            Bug ID: 192588
           Summary: net/citrix_ica needs USE_LINUX_APPS+=gtk2
           Product: Ports Tree
           Version: Latest
          Hardware: Any
                OS: Any
            Status: Needs Triage
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: freebsd@oldach.net

wfcmgr requires Linux' gtk2 libraries, otherwise it will refuse to run. Patch
is trivial:

--- Makefile.ctm        2014-03-30 05:14:08.000000000 +0200
+++ Makefile    2014-08-11 20:06:11.000000000 +0200
@@ -13,7 +13,7 @@

 ONLY_FOR_ARCHS=        i386 amd64
 USE_LINUX=     yes
-USE_LINUX_APPS=        openmotif alsalib
+USE_LINUX_APPS=        gtk2 openmotif alsalib
 RESTRICTED=    License prohibits redistribution

 NO_WRKSUBDIR=  yes

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-192588-13>