diff options
author | Rusmir Dusko <nemysis@FreeBSD.org> | 2014-03-27 01:03:59 +0000 |
---|---|---|
committer | Rusmir Dusko <nemysis@FreeBSD.org> | 2014-03-27 01:03:59 +0000 |
commit | d5b76c37c1e7f4f9e0a288794701c4158053564c (patch) | |
tree | 18e25b5a0c757fd56af125487b63990c9797eb76 /graphics/ilmbase/files/patch-configure | |
parent | - Enable X256 by default (diff) |
- Switch to USES=cmake
- Use patch instead of USES pathfix
- Remove THREAD Option
- Remove obsolete REINPLACE and .la files, needed that works
graphics/nvidia-texture-tools ports/172108, remove from pkg-plist [1]
- Symlink libraries [1]
- Add patches files/patch-CMakeLists.txt and
files/patch-IlmThread__CMakeLists.txt for proper Cmake usage [1]
- Remove obsolete patch files/patch-configure
- All dependent ports builds fine, only graphics/hugin-devel have self
problem with build
Reviewed by: amdmi3@ [1]
Notes
Notes:
svn path=/head/; revision=349312
Diffstat (limited to 'graphics/ilmbase/files/patch-configure')
-rw-r--r-- | graphics/ilmbase/files/patch-configure | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/graphics/ilmbase/files/patch-configure b/graphics/ilmbase/files/patch-configure deleted file mode 100644 index 61834be3eebd..000000000000 --- a/graphics/ilmbase/files/patch-configure +++ /dev/null @@ -1,47 +0,0 @@ ---- configure.orig 2013-10-04 18:58:30.000000000 +0200 -+++ configure 2013-10-04 19:09:40.000000000 +0200 -@@ -17373,25 +17373,25 @@ - fi - - -- if test "${osx_arch}" != default ; then -- osx_arch_flags="-arch ${osx_arch// / -arch }" -- CXXFLAGS="$CXXFLAGS $osx_arch_flags" -- -- if test "$enable_dependency_tracking" != no ; then -- osx_arch_array=( ${osx_arch} ) -- if test ${#osx_arch_array[@]} -gt 1 ; then -- { { $as_echo "$as_me:$LINENO: error: building multiple OS X architectures requires --disable-dependency-tracking. --Please re-run configure with these options: -- --enable-osx-arch=\"${osx_arch}\" --disable-dependency-tracking -- " >&5 --$as_echo "$as_me: error: building multiple OS X architectures requires --disable-dependency-tracking. --Please re-run configure with these options: -- --enable-osx-arch=\"${osx_arch}\" --disable-dependency-tracking -- " >&2;} -- { (exit 1); exit 1; }; } -- fi -- fi -- fi -+# if test "${osx_arch}" != default ; then -+# osx_arch_flags="-arch ${osx_arch// / -arch }" -+# CXXFLAGS="$CXXFLAGS $osx_arch_flags" -+# -+# if test "$enable_dependency_tracking" != no ; then -+# osx_arch_array=( ${osx_arch} ) -+# if test ${#osx_arch_array[@]} -gt 1 ; then -+# { { $as_echo "$as_me:$LINENO: error: building multiple OS X architectures requires --disable-dependency-tracking. -+#Please re-run configure with these options: -+# --enable-osx-arch=\"${osx_arch}\" --disable-dependency-tracking -+# " >&5 -+#$as_echo "$as_me: error: building multiple OS X architectures requires --disable-dependency-tracking. -+#Please re-run configure with these options: -+# --enable-osx-arch=\"${osx_arch}\" --disable-dependency-tracking -+# " >&2;} -+# { (exit 1); exit 1; }; } -+# fi -+# fi -+# fi - - # Check whether --enable-osx-sdk was given. - if test "${enable_osx_sdk+set}" = set; then |