Line 0
Link Here
|
|
|
1 |
--- configure.in.orig |
2 |
+++ configure.in |
3 |
@@ -335,6 +335,9 @@ |
4 |
AC_DEFINE(OS2, 1, [Compiling on OS/2 EMX]) |
5 |
AC_DEFINE(C_DIRECTSERIAL, 1, [ Define to 1 if you want serial passthrough support (Win32, Posix and OS/2).]) |
6 |
;; |
7 |
+ *-*-freebsd*) |
8 |
+ AC_DEFINE(FREEBSD, 1, [Compiling on FREEBSD]) |
9 |
+ AC_DEFINE(C_DIRECTSERIAL, 1, [ Define to 1 if you want serial passthrough support (Win32, Posix and OS/2).]) |
10 |
esac |
11 |
|
12 |
dnl Some stuff for the icon. |