summaryrefslogtreecommitdiff
path: root/textproc/iiimf-csconv/files/patch-lib_CSConv_configure.ac
blob: 95a9a5a0d247481f969ea874373cec25f220f794 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
--- lib/CSConv/configure.ac	Fri Jun 13 01:27:08 2003
+++ lib/CSConv/configure.ac	Wed Feb 16 14:41:13 2005
@@ -314,6 +314,7 @@
 case "${host}" in
 	*solaris*) 	platform=SOLARIS ;;
 	*linux*) 	platform=LINUX ;;
+	*freebsd*)	platform=FREEBSD ;;
 esac
 AC_SUBST(platform)
 
@@ -337,6 +338,12 @@
 		## Shared object suffix
 		SO=so
 	;;
+        *freebsd*)
+                ## Commands to generate dependency files
+                GEN_DEPS="${CC} -E -MM ${DEFINES}  ${INCLUDES}"
+                ## Shared object suffix
+                SO=so
+        ;;
 esac