1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00
freebsd-ports/lang/icon/files/patch-ipl_cfuncs_mklib.sh
John Marino 1e73268a09 lang/icon: Add DragonFly support
Bring in fix from dports (port is not maintained)
2015-03-26 16:18:10 +00:00

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