Refactor VOS patches for bleadperl and perl-5.8.x
[p5sagit/p5-mst-13.2.git] / hints / isc_2.sh
index c73908c..9a7da8c 100644 (file)
@@ -1,7 +1,7 @@
 #  isc_2.sh
 #  Interactive Unix Version 2.2
 #  Compile perl entirely in posix mode. 
-#  Andy Dougherty              doughera@lafcol.lafayette.edu
+#  Andy Dougherty              doughera@lafayette.edu
 #  Wed Oct  5 15:57:37 EDT 1994
 #
 # Use Configure -Dcc=gcc to use gcc
@@ -20,3 +20,6 @@ esac
 # Compensate for conflicts in <net/errno.h>
 doio_cflags='ccflags="$ccflags -DENOTSOCK=103"'
 pp_sys_cflags='ccflags="$ccflags -DENOTSOCK=103"'
+
+# for ext/IPC/SysV/SysV.xs
+ccflags="$ccflags -DPERL_ISC"