summaryrefslogtreecommitdiff
path: root/devel/libelf/files/patch-configure
diff options
context:
space:
mode:
authorPeter Pentchev <roam@FreeBSD.org>2001-04-18 17:36:11 +0000
committerPeter Pentchev <roam@FreeBSD.org>2001-04-18 17:36:11 +0000
commit2f094db440cf8bad2637747785f17aa84e67d2ea (patch)
tree6b96907c6e6dea8ed9f0ee3018921c4779a8f854 /devel/libelf/files/patch-configure
parentAdd sdl_image, sdl_mixer, and sdl_ttf to LIB_DEPENDS. (diff)
libelf is a public library for manipulation of ELF files.
PR: 26190 Submitted by: Kevin Van Maren <vanmaren@fast.cs.utah.edu>
Notes
Notes: svn path=/head/; revision=41651
Diffstat (limited to 'devel/libelf/files/patch-configure')
-rw-r--r--devel/libelf/files/patch-configure20
1 files changed, 20 insertions, 0 deletions
diff --git a/devel/libelf/files/patch-configure b/devel/libelf/files/patch-configure
new file mode 100644
index 000000000000..1489b14b900a
--- /dev/null
+++ b/devel/libelf/files/patch-configure
@@ -0,0 +1,20 @@
+--- configure Wed Apr 18 13:20:42 2001
++++ configure Wed Apr 18 13:20:56 2001
+@@ -1038,7 +1038,7 @@
+
+ fi
+
+-for ac_hdr in unistd.h elf.h sys/elf.h
++for ac_hdr in unistd.h sys/elf.h
+ do
+ ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
+ echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
+@@ -2692,7 +2692,7 @@
+ fi
+
+ case "$host" in
+- *-linux*)
++ *-linux*|*-freebsd*)
+ if test "$GCC" = yes; then
+
+