aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/cimg/files
diff options
context:
space:
mode:
authorthierry <thierry@FreeBSD.org>2006-09-22 04:52:31 +0800
committerthierry <thierry@FreeBSD.org>2006-09-22 04:52:31 +0800
commit670396dcfffe3fc3399fe36b22ef745e63237d03 (patch)
tree4284121bccdb98d9afbf7210ea5204957b6800a3 /graphics/cimg/files
parent865c93cadc7a7f7235d1d192037fe1beb2fc92c1 (diff)
downloadfreebsd-ports-gnome-670396dcfffe3fc3399fe36b22ef745e63237d03.tar.gz
freebsd-ports-gnome-670396dcfffe3fc3399fe36b22ef745e63237d03.tar.zst
freebsd-ports-gnome-670396dcfffe3fc3399fe36b22ef745e63237d03.zip
Upgrade to CImg 1.1.6.
Changelog at <https://sourceforge.net/project/shownotes.php?release_id=449151>.
Diffstat (limited to 'graphics/cimg/files')
-rw-r--r--graphics/cimg/files/patch-examples::Makefile20
1 files changed, 10 insertions, 10 deletions
diff --git a/graphics/cimg/files/patch-examples::Makefile b/graphics/cimg/files/patch-examples::Makefile
index f745d27d3a82..4e72f92ea65d 100644
--- a/graphics/cimg/files/patch-examples::Makefile
+++ b/graphics/cimg/files/patch-examples::Makefile
@@ -1,21 +1,21 @@
---- examples/Makefile.orig Wed Jul 19 09:41:26 2006
-+++ examples/Makefile Wed Jul 19 14:31:27 2006
-@@ -7,10 +7,10 @@
- # -----------------------------------------------------------------------------------
+--- examples/Makefile.orig Thu Sep 21 15:25:22 2006
++++ examples/Makefile Thu Sep 21 20:34:29 2006
+@@ -8,10 +8,10 @@
# Set correct variables and paths
+ CIMGVER = 1.16
-CC = g++
-X11PATH = /usr/X11R6
-CFLAGS = -Wall -W -ansi -pedantic -ffast-math -I$(X11PATH)/include
--LDFLAGS = -lm
+-LDFLAGS = -L$(X11PATH)/lib -lm -lpthread -lX11
+CC = $(CXX)
+#X11PATH = /usr/X11R6
+#CFLAGS = -Wall -W -ansi -pedantic -ffast-math -I$(X11PATH)/include
-+#LDFLAGS = -lm
- CIMGVER = 1.15
++#LDFLAGS = -L$(X11PATH)/lib -lm -lpthread -lX11
- CIMGFILES = CImg_demo \
-@@ -38,7 +38,7 @@
+ # Uncomment to enable fast image display, using the XSHM library.
+ XSHM_FLAGS = -Dcimg_use_xshm -lXext
+@@ -59,7 +59,7 @@
@echo
@echo "** Compiling '$* ($(CIMGVER))' with '`$(CC) -v 2>&1 | grep version`'"
@echo
@@ -24,7 +24,7 @@
menu:
@echo
@echo "CImg Library $(CIMGVER) : Examples"
-@@ -63,7 +63,7 @@
+@@ -84,7 +84,7 @@
all: $(CIMGFILES)
clean: