mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
97808d4aa3
Submitted by: Mikhail Tsatsenko <m.tsatsenko@gmail.com> - Fix plist
40 lines
1.7 KiB
Plaintext
40 lines
1.7 KiB
Plaintext
--- configure.orig 2011-04-24 02:27:27.000000000 +0400
|
|
+++ configure 2011-04-24 02:29:19.000000000 +0400
|
|
@@ -5483,7 +5483,7 @@
|
|
if test "X$additional_includedir" = "X/usr/local/include"; then
|
|
if test -n "$GCC"; then
|
|
case $host_os in
|
|
- linux* | gnu* | k*bsd*-gnu) haveit=yes;;
|
|
+ linux* | gnu* | k*bsd*-gnu | freebsd* ) haveit=yes;;
|
|
esac
|
|
fi
|
|
fi
|
|
@@ -5527,7 +5527,7 @@
|
|
if test "X$additional_libdir" = "X/usr/local/$acl_libdirstem"; then
|
|
if test -n "$GCC"; then
|
|
case $host_os in
|
|
- linux* | gnu* | k*bsd*-gnu) haveit=yes;;
|
|
+ linux* | gnu* | k*bsd*-gnu | freebsd* ) haveit=yes;;
|
|
esac
|
|
fi
|
|
fi
|
|
@@ -6288,7 +6288,7 @@
|
|
if test "X$additional_includedir" = "X/usr/local/include"; then
|
|
if test -n "$GCC"; then
|
|
case $host_os in
|
|
- linux* | gnu* | k*bsd*-gnu) haveit=yes;;
|
|
+ linux* | gnu* | k*bsd*-gnu | freebsd* ) haveit=yes;;
|
|
esac
|
|
fi
|
|
fi
|
|
@@ -6332,7 +6332,7 @@
|
|
if test "X$additional_libdir" = "X/usr/local/$acl_libdirstem"; then
|
|
if test -n "$GCC"; then
|
|
case $host_os in
|
|
- linux* | gnu* | k*bsd*-gnu) haveit=yes;;
|
|
+ linux* | gnu* | k*bsd*-gnu | freebsd* ) haveit=yes;;
|
|
esac
|
|
fi
|
|
fi
|
|
|