ports/sysutils/ftrace/files/patch-aa
FUJISHIMA Satsuki 9e765544dd update to 0.9a.
PR:		24229
Submitted by:	maintainer

honor CFLAGS.
2001-01-29 14:19:26 +00:00

15 lines
316 B
Text

--- configure.orig Wed Jan 10 17:34:44 2001
+++ configure Wed Jan 10 17:35:26 2001
@@ -632,6 +632,12 @@
program_prefix=${target_alias}-
case "$host" in
+ *-freebsd*)
+ cat >> confdefs.h <<\EOF
+#define LINUX_GLIBC 1
+EOF
+ LDSHARED=-shared
+ ;;
*-linux*)
cat >> confdefs.h <<\EOF
#define LINUX_GLIBC 1