Skip to content

Commit

Permalink
Merge pull request #1049 from lynxlynxlynx/master
Browse files Browse the repository at this point in the history
Two build fixes for Arch
  • Loading branch information
jef-n committed Jan 15, 2014
2 parents 89a774a + 0f8a99e commit 11ca7fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmake/FindQwtPolar.cmake
Expand Up @@ -18,7 +18,7 @@ FIND_PATH(QWTPOLAR_INCLUDE_DIR NAMES qwt_polar.h PATHS
/usr/local/include
"$ENV{LIB_DIR}/include"
"$ENV{INCLUDE}"
PATH_SUFFIXES qwtpolar
PATH_SUFFIXES qwtpolar qwt
)

FIND_LIBRARY(QWTPOLAR_LIBRARY NAMES qwtpolar PATHS
Expand Down
2 changes: 1 addition & 1 deletion cmake/PyQt4Macros.cmake
Expand Up @@ -12,7 +12,7 @@ IF(NOT PYUIC4_PROGRAM)
PATHS $ENV{LIB_DIR}/bin
)
ELSE(MSVC)
FIND_PROGRAM(PYUIC4_PROGRAM pyuic4)
FIND_PROGRAM(PYUIC4_PROGRAM NAMES python2-pyuic4 pyuic4)
ENDIF (MSVC)

IF (NOT PYUIC4_PROGRAM)
Expand Down

0 comments on commit 11ca7fa

Please sign in to comment.