Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Oct 2013 23:56:18 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r330700 - in head/graphics/devil: . files
Message-ID:  <201310172356.r9HNuIfl034648@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Oct 17 23:56:17 2013
New Revision: 330700
URL: http://svnweb.freebsd.org/changeset/ports/330700

Log:
  - Add patch forgotten in previous commit
  - Bump PORTREVISION

Added:
  head/graphics/devil/files/patch-configure.ac   (contents, props changed)
Modified:
  head/graphics/devil/Makefile

Modified: head/graphics/devil/Makefile
==============================================================================
--- head/graphics/devil/Makefile	Thu Oct 17 23:54:39 2013	(r330699)
+++ head/graphics/devil/Makefile	Thu Oct 17 23:56:17 2013	(r330700)
@@ -4,7 +4,7 @@
 PORTNAME=	devil
 PORTVERSION=	1.7.8
 PORTEPOCH=	1
-PORTREVISION=	10
+PORTREVISION=	11
 CATEGORIES=	graphics
 MASTER_SITES=	SF/openil/DevIL/${PORTVERSION}
 DISTNAME=	DevIL-${PORTVERSION}

Added: head/graphics/devil/files/patch-configure.ac
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/devil/files/patch-configure.ac	Thu Oct 17 23:56:17 2013	(r330700)
@@ -0,0 +1,19 @@
+--- configure.ac.orig	2009-03-08 23:43:03.000000000 +0300
++++ configure.ac	2013-10-17 08:08:52.015773416 +0400
+@@ -330,6 +330,8 @@
+ dnl Give users chance to disable check for these two libraries that can't be disabled 
+ dnl by any other means...
+ dnl 
++AC_LANG_PUSH([C++])
++
+ AC_ARG_WITH([libsquish],
+ 	    [AS_HELP_STRING([--with-squish[[=yes/no]]],
+ 			    [Do you want to use the squish library if possible? (enables HW accelerated DXT compression, default="yes")]) ],
+@@ -346,6 +348,7 @@
+ AS_IF([test "x$with_nvtt" = "xyes"],
+       [DEVIL_CHECK_NVIDIA_TEXTOOLS])
+ 
++AC_LANG_POP([C++])
+ dnl
+ dnl ILUT APIs library checking
+ dnl



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