aboutsummaryrefslogtreecommitdiff
path: root/graphics/gimageview
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2014-07-05 21:54:02 +0000
committerJohn Marino <marino@FreeBSD.org>2014-07-05 21:54:02 +0000
commit45a52c58627a9840f1bf43b2545ec631f104fd37 (patch)
tree9de3064866070987727a3c68e2bf64797617d079 /graphics/gimageview
parent64b81e3b2a8d4ef05ac353b9a2861e2cd96df9c4 (diff)
downloadports-45a52c58627a9840f1bf43b2545ec631f104fd37.tar.gz
ports-45a52c58627a9840f1bf43b2545ec631f104fd37.zip
graphics/gimageview: remove redundant configure patch
This port features USES=libtool which will automatically make the corrections dictated by the configure patch, so the recently added patch is not actually necessary for DragonFly support. Reported by: tijl
Notes
Notes: svn path=/head/; revision=360827
Diffstat (limited to 'graphics/gimageview')
-rw-r--r--graphics/gimageview/files/patch-configure36
1 files changed, 0 insertions, 36 deletions
diff --git a/graphics/gimageview/files/patch-configure b/graphics/gimageview/files/patch-configure
deleted file mode 100644
index 9b290518bbaf..000000000000
--- a/graphics/gimageview/files/patch-configure
+++ /dev/null
@@ -1,36 +0,0 @@
---- configure.orig 2014-05-30 20:23:28.832450000 +0000
-+++ configure
-@@ -4723,13 +4723,13 @@ darwin* | rhapsody*)
- esac
- ;;
-
--freebsd*)
-+dragonfly*|freebsd*)
- if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
- case $host_cpu in
- i*86 )
- # Not sure whether the presence of OpenBSD here was a mistake.
- # Let's accept both of them until this is cleared up.
-- lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD)/i[3-9]86 (compact )?demand paged shared library'
-+ lt_cv_deplibs_check_method='file_magic (FreeBSD|DragonFly|OpenBSD)/i[3-9]86 (compact )?demand paged shared library'
- lt_cv_file_magic_cmd=/usr/bin/file
- lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
- ;;
-@@ -6990,7 +6990,7 @@ else
- ;;
-
- # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
-- freebsd*)
-+ dragonfly*|freebsd*)
- archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
- hardcode_libdir_flag_spec='-R$libdir'
- hardcode_direct=yes
-@@ -7421,7 +7421,7 @@ freebsd1*)
- dynamic_linker=no
- ;;
-
--freebsd*)
-+dragonfly*|freebsd*)
- objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`
- version_type=freebsd-$objformat
- case $version_type in