pkgsrc-Bugs archive

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

pkg/37869: [patch] lang/icon doesn't build on FreeBSD



>Number:         37869
>Category:       pkg
>Synopsis:       [patch] lang/icon doesn't build on FreeBSD
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Fri Jan 25 10:30:00 +0000 2008
>Originator:     Aleksej Saushev
>Release:        
>Organization:
>Environment:
FreeBSD 6.2-STABLE-200706 i386
>Description:
lang/icon build on FreeBSD isn't supported.
>How-To-Repeat:
Try build it.
>Fix:
--- Makefile    09 Dec 2007 22:09:48 +0300      1.42
+++ Makefile    24 Jan 2008 11:12:25 +0300      
@@ -33,6 +33,9 @@
 .elif ${OPSYS} == "DragonFly"
 NAME=  freebsd
 
+.elif ${OPSYS} == "FreeBSD"
+NAME=  freebsd
+
 .elif ${OPSYS} == "SunOS"
 
 .  if !empty(CC_VERSION:M*gcc*)




Home | Main Index | Thread Index | Old Index