Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Sep 2013 19:24:12 +0000 (UTC)
From:      Thierry Thomas <thierry@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r326314 - in head/graphics/cimg: . files
Message-ID:  <201309041924.r84JOCeX094820@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: thierry
Date: Wed Sep  4 19:24:12 2013
New Revision: 326314
URL: http://svnweb.freebsd.org/changeset/ports/326314

Log:
  Re-add the missing CFLAGS and LDFLAGS.
  
  Reported by:	pkg-fallout

Modified:
  head/graphics/cimg/Makefile
  head/graphics/cimg/files/patch-examples::Makefile

Modified: head/graphics/cimg/Makefile
==============================================================================
--- head/graphics/cimg/Makefile	Wed Sep  4 19:17:14 2013	(r326313)
+++ head/graphics/cimg/Makefile	Wed Sep  4 19:24:12 2013	(r326314)
@@ -3,6 +3,7 @@
 
 PORTNAME=	cimg
 PORTVERSION=	1.5.6
+PORTREVISION=	1
 PORTEPOCH=	3
 CATEGORIES=	graphics devel
 MASTER_SITES=	SF/${PORTNAME}		\

Modified: head/graphics/cimg/files/patch-examples::Makefile
==============================================================================
--- head/graphics/cimg/files/patch-examples::Makefile	Wed Sep  4 19:17:14 2013	(r326313)
+++ head/graphics/cimg/files/patch-examples::Makefile	Wed Sep  4 19:24:12 2013	(r326314)
@@ -1,5 +1,5 @@
 --- examples/Makefile.orig	2013-07-04 17:26:45.000000000 +0200
-+++ examples/Makefile	2013-07-04 23:45:47.000000000 +0200
++++ examples/Makefile	2013-09-04 21:02:00.000000000 +0200
 @@ -84,8 +84,8 @@
  # Set correct variables and paths
  #---------------------------------
@@ -11,6 +11,17 @@
  EXEPFX       =
  CCVER       = $(CC)
  ifeq ($(CC),g++)
+@@ -99,8 +99,8 @@
+ CFLAGS       = -I..
+ LDFLAGS      =
+ else
+-CFLAGS       = -I.. -Wall -W
+-LDFLAGS      = -lm
++CFLAGS       = -I.. -Wall -W $(CPPFLAGS)
++LDFLAGS     += -lm
+ endif
+ 
+ #--------------------------------------------------
 @@ -125,7 +125,7 @@
  ifeq ($(CC),icc)
  CIMG_OPT_CFLAGS = -O3 -ipo -no-prec-div



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