aboutsummaryrefslogtreecommitdiff
path: root/graphics/OpenEXR/files
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2007-03-12 02:47:13 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2007-03-12 02:47:13 +0000
commit30964a895f4f6162d06625ff800f67bc4e4778e4 (patch)
treee36f263a0a5fa0d1d08ef14ae2ec0c051506a7c2 /graphics/OpenEXR/files
parent79b8e6c5bbe4a47ce9179faf9d127d2469f49f19 (diff)
downloadports-30964a895f4f6162d06625ff800f67bc4e4778e4.tar.gz
ports-30964a895f4f6162d06625ff800f67bc4e4778e4.zip
Notes
Diffstat (limited to 'graphics/OpenEXR/files')
-rw-r--r--graphics/OpenEXR/files/patch-configure32
-rw-r--r--graphics/OpenEXR/files/patch-exrdisplay::Makefile.in16
-rw-r--r--graphics/OpenEXR/files/patch-exrmaketiled::Image.h11
3 files changed, 0 insertions, 59 deletions
diff --git a/graphics/OpenEXR/files/patch-configure b/graphics/OpenEXR/files/patch-configure
deleted file mode 100644
index 072e534ae6e9..000000000000
--- a/graphics/OpenEXR/files/patch-configure
+++ /dev/null
@@ -1,32 +0,0 @@
---- configure.orig Thu Mar 10 10:29:32 2005
-+++ configure Sun Oct 9 05:45:06 2005
-@@ -1610,10 +1610,12 @@
-
- # The aliases save the names the user supplied, while $host etc.
- # will get canonicalized.
-+if false; then
- test -n "$target_alias" &&
- test "$program_prefix$program_suffix$program_transform_name" = \
- NONENONEs,x,x, &&
- program_prefix=${target_alias}-
-+fi
-
- OPENEXR_MAJOR_VERSION=1
- OPENEXR_MINOR_VERSION=2
-@@ -19116,6 +19118,7 @@
-
- # This can be used to rebuild libtool when needed
- LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
-+#$ac_aux_dir/ltconfig $LIBTOOL_DEPS
-
- # Always use our own libtool.
- LIBTOOL='$(SHELL) $(top_builddir)/libtool'
-@@ -20444,7 +20447,7 @@
- echo "$as_me:$LINENO: checking for gcc optimization flags" >&5
- echo $ECHO_N "checking for gcc optimization flags... $ECHO_C" >&6
- old_cflags=$CFLAGS
--CFLAGS="$CFLAGS -pipe"
-+#CFLAGS="$CFLAGS -pipe"
- cat >conftest.$ac_ext <<_ACEOF
- /* confdefs.h. */
- _ACEOF
diff --git a/graphics/OpenEXR/files/patch-exrdisplay::Makefile.in b/graphics/OpenEXR/files/patch-exrdisplay::Makefile.in
deleted file mode 100644
index 6a6204135193..000000000000
--- a/graphics/OpenEXR/files/patch-exrdisplay::Makefile.in
+++ /dev/null
@@ -1,16 +0,0 @@
---- exrdisplay/Makefile.in.orig Thu Mar 10 10:29:30 2005
-+++ exrdisplay/Makefile.in Sun Oct 9 05:47:41 2005
-@@ -158,10 +158,10 @@
- @HAVE_FLTK_TRUE@ -I$(top_srcdir)/IlmImf
-
-
--@HAVE_FLTK_TRUE@LDADD = @FLTK_LDFLAGS@ \
--@HAVE_FLTK_TRUE@ -L$(top_builddir)/Iex -L$(top_builddir)/Half \
-+@HAVE_FLTK_TRUE@LDADD = -L$(top_builddir)/Iex -L$(top_builddir)/Half \
- @HAVE_FLTK_TRUE@ -L$(top_builddir)/Imath -L$(top_builddir)/IlmImf \
--@HAVE_FLTK_TRUE@ -lIlmImf -lImath -lHalf -lIex -lz
-+@HAVE_FLTK_TRUE@ -lIlmImf -lImath -lHalf -lIex \
-+@HAVE_FLTK_TRUE@ @FLTK_LDFLAGS@ -lz
-
-
- @HAVE_NVSDK_TRUE@fragshader_sources = ImageViewFragShader.cpp ImageViewFragShader.h
diff --git a/graphics/OpenEXR/files/patch-exrmaketiled::Image.h b/graphics/OpenEXR/files/patch-exrmaketiled::Image.h
deleted file mode 100644
index c6627b369030..000000000000
--- a/graphics/OpenEXR/files/patch-exrmaketiled::Image.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- exrmaketiled/Image.h.orig Fri Jun 4 13:11:23 2004
-+++ exrmaketiled/Image.h Sat Apr 1 20:36:11 2006
-@@ -50,6 +50,8 @@
- #include <map>
-
-
-+class Image;
-+
- class ImageChannel
- {
- public: