pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/45351: graphics/geeqie does not link on Solaris



>Number:         45351
>Category:       pkg
>Synopsis:       graphics/geeqie does not link on Solaris
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Fri Sep 09 08:10:00 +0000 2011
>Originator:     Jörn Clausen
>Release:        
>Organization:
University of Bielefeld
>Environment:
>Description:
On linking, graphics/geeqie does not find socket functions.
>How-To-Repeat:

>Fix:
Quick fix:

--- Makefile    2011/09/09 07:39:03     1.1
+++ Makefile    2011/09/09 07:39:44
@@ -21,6 +21,8 @@
 REPLACE_BASH+=         plugins/ufraw/geeqie-ufraw
 REPLACE_BASH+=         plugins/import/geeqie-import
 
+LDFLAGS.SunOS+=                -lnsl -lsocket
+
 post-build:
        cd ${WRKSRC}/doc && ${MAKE_PROGRAM} html

Real fix: Check in configure for these libraries.



Home | Main Index | Thread Index | Old Index