ports/184683: [MAINTAINER] graphics/squish: fix compile error

Reinier de Blois rddeblois at gmail.com
Wed Dec 11 12:10:00 UTC 2013


>Number:         184683
>Category:       ports
>Synopsis:       [MAINTAINER] graphics/squish: fix compile error
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Dec 11 12:10:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Reinier de Blois
>Release:        
>Organization:
>Environment:
>Description:
A compile error popped up in this port on later FreeBSD versions.  Attached is a fix.  (It also changes my e-mail address to one that I check more frequently).
>How-To-Repeat:

>Fix:
Patch made by using "svn diff" in the graphics/squish directory.

Patch attached with submission follows:

Index: Makefile
===================================================================
--- Makefile	(revision 336157)
+++ Makefile	(working copy)
@@ -1,4 +1,4 @@
-# Created by: Reinier de Blois <me at rdb.name>
+# Created by: Reinier de Blois <rddeblois at gmail.com>
 # $FreeBSD$
 
 PORTNAME=	squish
@@ -6,7 +6,7 @@
 CATEGORIES=	graphics
 MASTER_SITES=	http://libsquish.googlecode.com/files/
 
-MAINTAINER=	me at rdb.name
+MAINTAINER=	rddeblois at gmail.com
 COMMENT=	Open source DXT compression library
 
 LICENSE=	MIT
@@ -15,7 +15,7 @@
 MAKE_ENV=	INSTALL_DIR=${STAGEDIR}${PREFIX}
 PLIST_FILES=	include/squish.h \
 		lib/libsquish.a
-CXXFLAGS+=	-fPIC
+CXXFLAGS+=	-fPIC -include limits.h
 
 OPTIONS_RADIO=	RG1
 OPTIONS_RADIO_RG1=	ALTIVEC SSE


>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-ports-bugs mailing list