pkgsrc-Bugs archive

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

pkg/40956: pkgsrc/lang/icon does not compile on OS X



>Number:         40956
>Category:       pkg
>Synopsis:       pkgsrc/lang/icon does not compile on OS X
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed Mar 04 07:20:00 +0000 2009
>Originator:     Johan Wallén
>Release:        pkgsrc-current 2009-03-04 on OS X
>Organization:
University of Helsinki
>Environment:
Darwin 9.6.0 Darwin Kernel Version 9.6.0: Mon Nov 24 17:37:00 PST 2008; 
root:xnu-1228.9.59~1/RELEASE_I386 i386


>Description:
The package pkgsrc/lang/icon does not compile on OS X due to missing 
``configuration name''.

>How-To-Repeat:
cd pkgsrc/lang/icon && make
>Fix:
The ``configuration name'' is simply missing.  The following trivial patch 
fixes the problem.

===================================================================
RCS file: /cvsroot/pkgsrc/lang/icon/Makefile,v
retrieving revision 1.46
diff -u -r1.46 Makefile
--- Makefile    8 Feb 2009 12:51:04 -0000       1.46
+++ Makefile    4 Mar 2009 07:09:40 -0000
@@ -36,6 +36,9 @@
 .elif ${OPSYS} == "FreeBSD" || ${OPSYS} == "DragonFly"
 NAME=  bsd
 
+.elif ${OPSYS} == "Darwin"
+NAME=  macintosh
+
 .elif ${OPSYS} == "Linux"
 NAME=  linux
 



Home | Main Index | Thread Index | Old Index