# HG changeset patch # User John W. Eaton # Date 1409169016 14400 # Node ID a515e5de5f8acd27f7e50b898b057bc7040158a5 # Parent 1c0fcc3ce0b3275e4ce193a1c740ab2b942fd0b8 qt.mk: fix typo in previous change diff -r 1c0fcc3ce0b3 -r a515e5de5f8a src/qt.mk --- a/src/qt.mk Wed Aug 27 10:34:46 2014 -0400 +++ b/src/qt.mk Wed Aug 27 15:50:16 2014 -0400 @@ -123,7 +123,7 @@ ## FIXME: LDFLAGS was not correct for SuSE 10.4 systems. Is there ## a better way to handle this problem? if [ -d '/usr/X11R6/lib64' ]; then \ - sed -i 's/PLATFORM=linux-g++/PLATFORM=linux-g++-64/' '$(1)/configure' \ + sed -i 's/PLATFORM=linux-g++/PLATFORM=linux-g++-64/' '$(1)/configure'; \ fi cd '$(1)' && QTDIR='$(1)' \ $($(PKG)_CONFIGURE_ENV) \