comparison src/stable-octave.mk @ 3647:fc67e3ab9324

fix typo to disable X * src/octave.mk, stable-octave.mk: change --no-x to --with-x=no
author John Donoghue <john.donoghue@ieee.org>
date Mon, 07 Jul 2014 19:41:54 -0400
parents f38e710f1d95
children 5c5642ed209b
comparison
equal deleted inserted replaced
3646:f38e710f1d95 3647:fc67e3ab9324
67 $(PKG)_EXTRA_CONFIGURE_OPTIONS := \ 67 $(PKG)_EXTRA_CONFIGURE_OPTIONS := \
68 LDFLAGS='-Wl,-rpath-link,$(HOST_LIBDIR) -L$(HOST_LIBDIR)' 68 LDFLAGS='-Wl,-rpath-link,$(HOST_LIBDIR) -L$(HOST_LIBDIR)'
69 endif 69 endif
70 70
71 ifeq ($(MXE_SYSTEM),mingw) 71 ifeq ($(MXE_SYSTEM),mingw)
72 $(PKG)_EXTRA_CONFIGURE_OPTIONS += --no-x 72 $(PKG)_EXTRA_CONFIGURE_OPTIONS += --with-x=no
73 endif 73 endif
74 74
75 define $(PKG)_UPDATE 75 define $(PKG)_UPDATE
76 echo 'Warning: Updates are temporarily disabled for package octave.' >&2; 76 echo 'Warning: Updates are temporarily disabled for package octave.' >&2;
77 echo $($(PKG)_VERSION) 77 echo $($(PKG)_VERSION)