ooo34gsl01: #i117732# patch to make configure work with homebrew (thanks hbrinkm !) [hg:1780f020f3f4]
This commit is contained in:
parent
6e5685efb1
commit
62bb785b66
2 changed files with 3 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
|
||||
-
|
||||
+if 0; then
|
||||
+if false; then
|
||||
|
||||
if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
|
||||
if test -n "$ac_tool_prefix"; then
|
||||
|
|
|
@ -54,6 +54,8 @@ CONFIGURE_DIR=
|
|||
CONFIGURE_ACTION=$(AUGMENT_LIBRARY_PATH) \
|
||||
BASE_DEPENDENCIES_CFLAGS="-I$(SOLARINCDIR)$/external -I$(SOLARINCDIR)$/external/glib-2.0" \
|
||||
BASE_DEPENDENCIES_LIBS=" " \
|
||||
GDK_PIXBUF_XLIB_DEP_CFLAGS="-I$(SOLARINCDIR)$/external -I$(SOLARINCDIR)$/external/glib-2.0" \
|
||||
GDK_PIXBUF_XLIB_DEP_LIBS=" " \
|
||||
.$/configure \
|
||||
--prefix=$(SRC_ROOT)$/$(PRJNAME)$/$(MISC) \
|
||||
CFLAGS="$(ARCH_FLAGS) $(EXTRA_CFLAGS) -I$(SOLARINCDIR)$/external -I$(SOLARINCDIR)$/external$/glib-2.0 -I$(SOLARINCDIR)$/external$/libpng -I$(SOLARINCDIR)$/external$/libjpeg" \
|
||||
|
|
Loading…
Reference in a new issue