make lcdproc compile under Darwin/Mac OS X based on patch by Eric Pooch
This commit is contained in:
@@ -651,6 +651,9 @@ case "$host" in
|
||||
BSD/OS*/4*)
|
||||
CCSHARED="-fpic"
|
||||
;;
|
||||
*darwin*)
|
||||
LDSHARED="-bundle -flat_namespace -undefined suppress"
|
||||
;;
|
||||
esac
|
||||
|
||||
dnl checks for libraries
|
||||
|
||||
Reference in New Issue
Block a user