mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
1e73268a09
Bring in fix from dports (port is not maintained)
12 lines
318 B
Bash
12 lines
318 B
Bash
--- ipl/cfuncs/mklib.sh.orig 2015-03-22 15:13:09 UTC
|
|
+++ ipl/cfuncs/mklib.sh
|
|
@@ -11,7 +11,7 @@ shift
|
|
SYS=`uname -s`
|
|
set -x
|
|
case "$SYS" in
|
|
- Linux*|*BSD*|GNU*)
|
|
+ DragonFly*|Linux*|*BSD*|GNU*)
|
|
$CC -shared -o $LIBNAME -fPIC "$@";;
|
|
CYGWIN*)
|
|
# move the win32 import library for iconx.exe callbacks
|