1f37ed93a6
PDO_pgsql: Revert "Fixed bug #80892 (PDO::PARAM_INT is treated the same as PDO::PARAM_STR)" Sponsored by: Bounce Experts
14 lines
221 B
Makefile
14 lines
221 B
Makefile
CATEGORIES= devel
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/php74
|
|
|
|
PKGNAMESUFFIX= -intl
|
|
|
|
USES= compiler:c++11-lib
|
|
USE_CXXSTD= gnu++11
|
|
|
|
CPPFLAGS+= -DU_USING_ICU_NAMESPACE=1
|
|
|
|
TEST_TARGET= test
|
|
|
|
.include "${MASTERDIR}/Makefile"
|