mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
fix compilation if the old sane version is still installed
This commit is contained in:
parent
d996f1ea20
commit
af5f949e9e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=234669
@ -6,7 +6,7 @@
|
||||
am_libxerox_mfp_la_OBJECTS = libxerox_mfp_la-xerox_mfp.lo
|
||||
libxerox_mfp_la_OBJECTS = $(am_libxerox_mfp_la_OBJECTS)
|
||||
-DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/include/sane
|
||||
+DEFAULT_INCLUDES = -I$(top_builddir)/include/sane -I.@am__isrc@
|
||||
+DEFAULT_INCLUDES = -I$(top_builddir)/include/sane -I$(top_builddir)/include -I.@am__isrc@
|
||||
depcomp = $(SHELL) $(top_srcdir)/depcomp
|
||||
am__depfiles_maybe = depfiles
|
||||
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
|
||||
|
Loading…
Reference in New Issue
Block a user