Skip to content

Commit e1f37a9

Browse files
committed
mchar build fixes for MacOS
1 parent 4e4f227 commit e1f37a9

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

contrib/mchar/Makefile

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ DOCS = README.mchar
77
REGRESS = init mchar mvarchar mm like compat
88
PGFIELDDESC = "mchar - mchar type implementation"
99

10-
PG_CPPFLAGS=-I/usr/local/include
11-
1210
ifdef USE_PGXS
1311
PGXS := $(shell pg_config --pgxs)
1412
include $(PGXS)
@@ -18,11 +16,3 @@ top_builddir = ../..
1816
include $(top_builddir)/src/Makefile.global
1917
include $(top_srcdir)/contrib/contrib-global.mk
2018
endif
21-
22-
ifeq ($(PORTNAME),win32)
23-
ICUNAME=icuin
24-
else
25-
ICUNAME=icui18n
26-
endif
27-
28-
SHLIB_LINK += -L/usr/local/lib -licuuc -l$(ICUNAME) -Wl,-R,'$$ORIGIN'

0 commit comments

Comments
 (0)