Update graphics/luminance to version 2.3.1_4
[dports.git] / lang / gnustep-base / dragonfly / patch-SSL_configure
1 --- SSL/configure.orig  2011-12-15 10:42:39.000000000 +0100
2 +++ SSL/configure       2013-01-04 13:49:01.485812000 +0100
3 @@ -3243,7 +3243,8 @@
4  # specific target_os options
5  #--------------------------------------------------------------------
6  case "$target_os" in
7 -  freebsd*)    CPPFLAGS="$CPPFLAGS -I/usr/local/include"
8 +  freebsd*|dragonfly*)
9 +               CPPFLAGS="$CPPFLAGS -I/usr/local/include"
10                 LIBS="$LIBS -L/usr/local/lib";;
11  
12  esac