summaryrefslogtreecommitdiff
path: root/databases/freetds-devel
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-03-18 11:50:38 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-03-18 11:50:38 +0000
commita68d2827d36597f96c7dac2b6e0ae381aecbc24c (patch)
treecbc29822393959d2cb1fa583902329503e9ddcd6 /databases/freetds-devel
parentIconv cleanup, stage 2a: remove patches that only replacing <iconv.h> with (diff)
Iconv cleanup, stage 2b: remove regex hacks that change iconv.h to giconv.h and
-liconv to -lgiconv.
Diffstat (limited to 'databases/freetds-devel')
-rw-r--r--databases/freetds-devel/Makefile4
1 files changed, 0 insertions, 4 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 ; \