aboutsummaryrefslogtreecommitdiff
path: root/graphics/cimg/files
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2007-09-26 22:07:44 +0000
committerThierry Thomas <thierry@FreeBSD.org>2007-09-26 22:07:44 +0000
commita08b6b4dc3fbb2454e662be1f86b285069fe67a3 (patch)
treeb894a96449e6930c0e798f39d6eacfa0e534bf12 /graphics/cimg/files
parentb7291bb130b1b2dd70485fb023be28605323223d (diff)
downloadports-a08b6b4dc3fbb2454e662be1f86b285069fe67a3.tar.gz
ports-a08b6b4dc3fbb2454e662be1f86b285069fe67a3.zip
Upgrade to 1.2.4.
Notes
Notes: svn path=/head/; revision=200148
Diffstat (limited to 'graphics/cimg/files')
-rw-r--r--graphics/cimg/files/patch-examples::Makefile14
1 files changed, 4 insertions, 10 deletions
diff --git a/graphics/cimg/files/patch-examples::Makefile b/graphics/cimg/files/patch-examples::Makefile
index 0bc32d1d9a9d..99bec50302ae 100644
--- a/graphics/cimg/files/patch-examples::Makefile
+++ b/graphics/cimg/files/patch-examples::Makefile
@@ -1,9 +1,9 @@
---- examples/Makefile.orig Fri Aug 24 16:52:42 2007
-+++ examples/Makefile Fri Aug 24 22:14:27 2007
+--- examples/Makefile.orig Wed Sep 26 11:32:03 2007
++++ examples/Makefile Wed Sep 26 22:04:27 2007
@@ -41,10 +41,10 @@
# Set correct variables and paths
#---------------------------------
- CIMG_VERSION = 1.23
+ CIMG_VERSION = 1.24
-CC = g++
-X11PATH = /usr/X11R6
-CFLAGS = -Wall -W -ansi -pedantic -ffast-math
@@ -15,13 +15,7 @@
#--------------------------------------------------
# Set compilation flags allowing to customize CImg
-@@ -81,11 +81,14 @@
- CIMG_LAPACK_FLAGS = -Dcimg_use_lapack -lblas -lg2c -llapack
-
- # Flags to enable the use of the Board library
--CIMG_BOARD_FLAGS = -Dcimg_use_board -I../board-0.8/include -L../board-0.8/lib -lboard
-+CIMG_BOARD_FLAGS = -Dcimg_use_board -lboard
-
+@@ -86,6 +86,9 @@
# Flags to compile on Solaris
CIMG_SOLARIS_FLAGS = -R$(X11PATH)/lib -lrt -lnsl -lsocket