components/graphviz/Makefile
changeset 938 2c2880af6a0b
parent 800 2ad056ed89ec
child 1058 34d7aaa03423
equal deleted inserted replaced
937:508319149ae2 938:2c2880af6a0b
    42 
    42 
    43 # GMP header files for the guile extension (no --with- flag)
    43 # GMP header files for the guile extension (no --with- flag)
    44 # The guile build is broken with studio (7073649), so we disable this for now.
    44 # The guile build is broken with studio (7073649), so we disable this for now.
    45 # CPPFLAGS +=	-I/usr/include/gmp
    45 # CPPFLAGS +=	-I/usr/include/gmp
    46 # Java header files (--with-javaincludedir allows for only one directory)
    46 # Java header files (--with-javaincludedir allows for only one directory)
    47 CPPFLAGS +=	-I/usr/java/include -I/usr/java/include/solaris
    47 CPPFLAGS +=	-I$(JAVA_HOME)/include -I$(JAVA_HOME)/include/solaris
    48 # PHP header files (no --with- flag)
    48 # PHP header files (no --with- flag)
    49 CPPFLAGS +=	$(shell PATH=$(PATH) php-config --includes)
    49 CPPFLAGS +=	$(shell PATH=$(PATH) php-config --includes)
    50 CXX +=		$(studio_NORUNPATH)
    50 CXX +=		$(studio_NORUNPATH)
    51 
    51 
    52 CONFIGURE_ENV +=	CPPFLAGS="$(CPPFLAGS)"
    52 CONFIGURE_ENV +=	CPPFLAGS="$(CPPFLAGS)"