svn commit: r326314 - in head/graphics/cimg: . files
Thierry Thomas
thierry at FreeBSD.org
Wed Sep 4 19:24:13 UTC 2013
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
More information about the svn-ports-head
mailing list