Skip to content

Commit

Permalink
Add DragonFly support to the configure script.
Browse files Browse the repository at this point in the history
  • Loading branch information
reed committed Sep 4, 2005
1 parent 921459f commit 7f9b422
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 4 deletions.
4 changes: 2 additions & 2 deletions graphics/gdk-pixbuf/distinfo
@@ -1,4 +1,4 @@
$NetBSD: distinfo,v 1.17 2005/04/27 11:05:42 wiz Exp $
$NetBSD: distinfo,v 1.18 2005/09/04 04:56:40 reed Exp $

SHA1 (gdk-pixbuf-0.22.0.tar.bz2) = 495324afb5abebc14567ffd5a6cd72333bcc7f5b
RMD160 (gdk-pixbuf-0.22.0.tar.bz2) = 0e56a0f883fd8e3fb4d49b9a38f984b95cd96ece
Expand All @@ -7,7 +7,7 @@ SHA1 (patch-aa) = 484feb3482c6832a33f428ce0db26719452dd274
SHA1 (patch-ab) = 2edd8fdd72d5dfaecc92974c6930e5d175e3b69f
SHA1 (patch-ac) = 16fc33898fc1cb10b3e11ee26e7ea046d1f68032
SHA1 (patch-ad) = 5c834eceaea7cef2ae964bba586c1e90ea4d0684
SHA1 (patch-ae) = 515ae7a1946db5b8959287f0db101d64a97ab628
SHA1 (patch-ae) = 8331a216051cd1bbfbeee7d2b54ab9e51be6f38d
SHA1 (patch-af) = af8bf66d1cc445bdf7affaa119fd4c24e96e53c7
SHA1 (patch-ag) = f798fefe61f7c22ee8480e39bf19d57c72b33282
SHA1 (patch-ah) = 37df772bd4c818eb2dd567169598436467ea4f1c
Expand Down
38 changes: 36 additions & 2 deletions graphics/gdk-pixbuf/patches/patch-ae
@@ -1,7 +1,41 @@
$NetBSD: patch-ae,v 1.4 2003/01/15 21:03:26 wiz Exp $
$NetBSD: patch-ae,v 1.5 2005/09/04 04:56:40 reed Exp $

--- configure.orig Wed Dec 18 23:18:48 2002
--- configure.orig 2002-12-18 22:18:48.000000000 +0000
+++ configure
@@ -2440,13 +2440,13 @@ darwin* | rhapsody*)
esac
;;

-freebsd*)
+freebsd* | dragonfly*)
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|OpenBSD|DragonFly)/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.*`
;;
@@ -4424,7 +4424,7 @@ else
;;

# FreeBSD 3 and greater uses gcc -shared to do shared libraries.
- freebsd*)
+ freebsd* | dragonfly*)
archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
hardcode_libdir_flag_spec='-R$libdir'
hardcode_direct=yes
@@ -4871,7 +4871,7 @@ freebsd1*)
dynamic_linker=no
;;

-freebsd*)
+freebsd* | dragonfly*)
objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`
version_type=freebsd-$objformat
case $version_type in
@@ -9214,6 +9214,7 @@ fi
echo "$as_me:9214: checking for location of rgb.txt database" >&5
echo $ECHO_N "checking for location of rgb.txt database... $ECHO_C" >&6
Expand Down

0 comments on commit 7f9b422

Please sign in to comment.