Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Dec 2013 12:05:15 GMT
From:      Reinier de Blois <rddeblois@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/184683: [MAINTAINER] graphics/squish: fix compile error
Message-ID:  <201312111205.rBBC5FMU096316@oldred.freebsd.org>
Resent-Message-ID: <201312111210.rBBCA0aC069768@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@rdb.name>
+# Created by: Reinier de Blois <rddeblois@gmail.com>
 # $FreeBSD$
 
 PORTNAME=	squish
@@ -6,7 +6,7 @@
 CATEGORIES=	graphics
 MASTER_SITES=	http://libsquish.googlecode.com/files/
 
-MAINTAINER=	me@rdb.name
+MAINTAINER=	rddeblois@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:



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