mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-28 10:08:24 +00:00
2bc3b51be6
Patch config.sh to default to FreeBSD ioctl method instead of Linux ioctl method. Submitted by: edwin PR: 94398
12 lines
208 B
Plaintext
12 lines
208 B
Plaintext
--- libdi_d/config.sh.orig Wed Apr 21 15:27:07 2004
|
|
+++ libdi_d/config.sh Sun Mar 12 23:40:59 2006
|
|
@@ -744,7 +744,7 @@
|
|
|
|
if [ -z "$IOCDEF" -o "$IOCDEF" = 0 ]
|
|
then
|
|
- IOCDEF=1
|
|
+ IOCDEF=2
|
|
fi
|
|
|
|
while :
|