Skip to content

Commit

Permalink
let's see what happens
Browse files Browse the repository at this point in the history
  • Loading branch information
jkeenan committed May 9, 2024
1 parent 8cacb84 commit 971847d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions hints/freebsd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -345,11 +345,11 @@ ccflags="${ccflags} -DNO_POSIX_2008_LOCALE"
# Reported in 11.0-CURRENT with g++-4.8.5:
# If using g++, the Configure scan for dlopen() fails.
# Easier for now to just to forcibly set it.
case "$cc" in
*g++*)
d_dlopen='define'
;;
esac
#case "$cc" in
#*g++*)
# d_dlopen='define'
# ;;
#esac

case `uname -p` in
arm|mips)
Expand Down

0 comments on commit 971847d

Please sign in to comment.