aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2002-03-18 19:50:38 +0800
committersobomax <sobomax@FreeBSD.org>2002-03-18 19:50:38 +0800
commit905aa56821787eb98c150e2cd7e4222698cd34b5 (patch)
treed5d7cef2ee1a3886c8300f6c59463d1704679734 /databases
parent267c972eab297e87ce7c16314746799098e8dac4 (diff)
downloadfreebsd-ports-gnome-905aa56821787eb98c150e2cd7e4222698cd34b5.tar.gz
freebsd-ports-gnome-905aa56821787eb98c150e2cd7e4222698cd34b5.tar.zst
freebsd-ports-gnome-905aa56821787eb98c150e2cd7e4222698cd34b5.zip
Iconv cleanup, stage 2b: remove regex hacks that change iconv.h to giconv.h and
-liconv to -lgiconv.
Diffstat (limited to 'databases')
-rw-r--r--databases/freetds-devel/Makefile4
-rw-r--r--databases/freetds/Makefile4
2 files changed, 0 insertions, 8 deletions
diff --git a/databases/freetds-devel/Makefile b/databases/freetds-devel/Makefile
index 085938a17310..f18e65ac52c1 100644
--- a/databases/freetds-devel/Makefile
+++ b/databases/freetds-devel/Makefile
@@ -41,10 +41,6 @@ PLIST_SUB+= ODBC="@comment "
.endif
post-patch:
-.for file in configure include/tds.h.in src/tds/iconv.c
- @${PERL} -pi -e 's|<iconv.h>|<giconv.h>|g ; \
- s|-liconv|-lgiconv|g' ${WRKSRC}/${file}
-.endfor
@find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
's|/freetds.conf|/freetds.conf.dist|g ; \
s|glib-config|\$$\(GLIB_CONFIG\)|g ; \
diff --git a/databases/freetds/Makefile b/databases/freetds/Makefile
index 085938a17310..f18e65ac52c1 100644
--- a/databases/freetds/Makefile
+++ b/databases/freetds/Makefile
@@ -41,10 +41,6 @@ PLIST_SUB+= ODBC="@comment "
.endif
post-patch:
-.for file in configure include/tds.h.in src/tds/iconv.c
- @${PERL} -pi -e 's|<iconv.h>|<giconv.h>|g ; \
- s|-liconv|-lgiconv|g' ${WRKSRC}/${file}
-.endfor
@find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
's|/freetds.conf|/freetds.conf.dist|g ; \
s|glib-config|\$$\(GLIB_CONFIG\)|g ; \