aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/cimg/files
diff options
context:
space:
mode:
authorthierry <thierry@FreeBSD.org>2006-07-19 22:35:07 +0800
committerthierry <thierry@FreeBSD.org>2006-07-19 22:35:07 +0800
commite2a9d77fe55c91bd5f622879e70deafbb7191167 (patch)
tree111d43a92771b7d681a5fa12c5542830cedb87d7 /graphics/cimg/files
parentcda1824e63817c9c9a9fd8b7884c1c1744b378d6 (diff)
downloadfreebsd-ports-gnome-e2a9d77fe55c91bd5f622879e70deafbb7191167.tar.gz
freebsd-ports-gnome-e2a9d77fe55c91bd5f622879e70deafbb7191167.tar.zst
freebsd-ports-gnome-e2a9d77fe55c91bd5f622879e70deafbb7191167.zip
Upgrade to CImg-1.1.5.
Changelog at <https://sourceforge.net/project/shownotes.php?group_id=96492&release_id=433160>
Diffstat (limited to 'graphics/cimg/files')
-rw-r--r--graphics/cimg/files/patch-examples::Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/graphics/cimg/files/patch-examples::Makefile b/graphics/cimg/files/patch-examples::Makefile
index 61d8a3bdfb62..f745d27d3a82 100644
--- a/graphics/cimg/files/patch-examples::Makefile
+++ b/graphics/cimg/files/patch-examples::Makefile
@@ -1,18 +1,18 @@
---- examples/Makefile.orig Thu May 18 15:11:56 2006
-+++ examples/Makefile Thu May 18 21:04:55 2006
+--- examples/Makefile.orig Wed Jul 19 09:41:26 2006
++++ examples/Makefile Wed Jul 19 14:31:27 2006
@@ -7,10 +7,10 @@
# -----------------------------------------------------------------------------------
# Set correct variables and paths
-CC = g++
-X11PATH = /usr/X11R6
--CFLAGS = -Wall -ansi -pedantic -ffast-math -I$(X11PATH)/include
+-CFLAGS = -Wall -W -ansi -pedantic -ffast-math -I$(X11PATH)/include
-LDFLAGS = -lm
+CC = $(CXX)
+#X11PATH = /usr/X11R6
-+#CFLAGS = -Wall -ansi -pedantic -ffast-math -I$(X11PATH)/include
++#CFLAGS = -Wall -W -ansi -pedantic -ffast-math -I$(X11PATH)/include
+#LDFLAGS = -lm
- CIMGVER = 1.14
+ CIMGVER = 1.15
CIMGFILES = CImg_demo \
@@ -38,7 +38,7 @@