comparison src/qt.mk @ 3698:a515e5de5f8a

qt.mk: fix typo in previous change
author John W. Eaton <jwe@octave.org>
date Wed, 27 Aug 2014 15:50:16 -0400
parents 73dc0213c8ac
children 4f58c4b4dee0 0ef36efbd9cd
comparison
equal deleted inserted replaced
3697:1c0fcc3ce0b3 3698:a515e5de5f8a
121 ## syncqt needs QTDIR set to find the sources 121 ## syncqt needs QTDIR set to find the sources
122 cd '$(1)' && QTDIR='$(1)' ./bin/syncqt 122 cd '$(1)' && QTDIR='$(1)' ./bin/syncqt
123 ## FIXME: LDFLAGS was not correct for SuSE 10.4 systems. Is there 123 ## FIXME: LDFLAGS was not correct for SuSE 10.4 systems. Is there
124 ## a better way to handle this problem? 124 ## a better way to handle this problem?
125 if [ -d '/usr/X11R6/lib64' ]; then \ 125 if [ -d '/usr/X11R6/lib64' ]; then \
126 sed -i 's/PLATFORM=linux-g++/PLATFORM=linux-g++-64/' '$(1)/configure' \ 126 sed -i 's/PLATFORM=linux-g++/PLATFORM=linux-g++-64/' '$(1)/configure'; \
127 fi 127 fi
128 cd '$(1)' && QTDIR='$(1)' \ 128 cd '$(1)' && QTDIR='$(1)' \
129 $($(PKG)_CONFIGURE_ENV) \ 129 $($(PKG)_CONFIGURE_ENV) \
130 ./$($(PKG)_CONFIGURE_CMD) \ 130 ./$($(PKG)_CONFIGURE_CMD) \
131 $($(PKG)_CONFIGURE_INCLUDE_OPTION) \ 131 $($(PKG)_CONFIGURE_INCLUDE_OPTION) \