kopia lustrzana https://gitlab.com/sane-project/backends
Fixed MacOS X build (patch from Mattias Ellert <mattias.ellert@tsl.uu.se>).
rodzic
a821b8ae19
commit
c0e95a8f63
|
@ -2,6 +2,8 @@
|
||||||
|
|
||||||
* doc/descriptions/unsupported.desc: Updates for Canon
|
* doc/descriptions/unsupported.desc: Updates for Canon
|
||||||
scanners. Added Spot scanners.
|
scanners. Added Spot scanners.
|
||||||
|
* aclocal.m4 acinclude.m4 configure: Fixed MacOS X build (patch
|
||||||
|
from Mattias Ellert <mattias.ellert@tsl.uu.se>).
|
||||||
|
|
||||||
2003-05-13 Henning Meier-Geinitz <henning@meier-geinitz.de>
|
2003-05-13 Henning Meier-Geinitz <henning@meier-geinitz.de>
|
||||||
|
|
||||||
|
|
|
@ -112,7 +112,7 @@ AC_DEFUN([SANE_SET_LDFLAGS],
|
||||||
LDFLAGS="$LDFLAGS -Wl,-brtl"
|
LDFLAGS="$LDFLAGS -Wl,-brtl"
|
||||||
;;
|
;;
|
||||||
darwin*) #include frameworks
|
darwin*) #include frameworks
|
||||||
LDFLAGS="$LDFLAGS -framework CoreFoundation -framework IOKit"
|
LIBS="$LIBS -framework CoreFoundation -framework IOKit"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
])
|
])
|
||||||
|
|
|
@ -124,7 +124,7 @@ AC_DEFUN([SANE_SET_LDFLAGS],
|
||||||
LDFLAGS="$LDFLAGS -Wl,-brtl"
|
LDFLAGS="$LDFLAGS -Wl,-brtl"
|
||||||
;;
|
;;
|
||||||
darwin*) #include frameworks
|
darwin*) #include frameworks
|
||||||
LDFLAGS="$LDFLAGS -framework CoreFoundation -framework IOKit"
|
LIBS="$LIBS -framework CoreFoundation -framework IOKit"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
])
|
])
|
||||||
|
|
|
@ -3283,7 +3283,7 @@ fi # ac_cv_c_compiler_gnu
|
||||||
LDFLAGS="$LDFLAGS -Wl,-brtl"
|
LDFLAGS="$LDFLAGS -Wl,-brtl"
|
||||||
;;
|
;;
|
||||||
darwin*) #include frameworks
|
darwin*) #include frameworks
|
||||||
LDFLAGS="$LDFLAGS -framework CoreFoundation -framework IOKit"
|
LIBS="$LIBS -framework CoreFoundation -framework IOKit"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue