mirror of
https://github.com/encounter/SDL.git
synced 2025-12-10 05:57:44 +00:00
Applied DragonFly BSD patch
https://github.com/DragonFlyBSD/DeltaPorts/blob/master/ports/devel/sdl20/dragonfly/patch-configure
This commit is contained in:
4
configure
vendored
4
configure
vendored
@@ -26390,7 +26390,7 @@ CheckInotify()
|
||||
{
|
||||
save_LIBS="$LIBS"
|
||||
case "$host" in
|
||||
*-*-freebsd*) LIBS="$LIBS -linotify"
|
||||
*-*-freebsd*|*-*dragonfly*) LIBS="$LIBS -linotify"
|
||||
;;
|
||||
esac
|
||||
for ac_header in sys/inotify.h
|
||||
@@ -26426,7 +26426,7 @@ fi
|
||||
printf "%s\n" "#define HAVE_INOTIFY 1" >>confdefs.h
|
||||
|
||||
case "$host" in
|
||||
*-*-freebsd*)
|
||||
*-*-freebsd*|*-*-dragonfly*)
|
||||
EXTRA_LDFLAGS="$EXTRA_LDFLAGS -linotify"
|
||||
;;
|
||||
esac
|
||||
|
||||
Reference in New Issue
Block a user