diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-03-18 11:50:38 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-03-18 11:50:38 +0000 |
commit | 905aa56821787eb98c150e2cd7e4222698cd34b5 (patch) | |
tree | d5d7cef2ee1a3886c8300f6c59463d1704679734 /x11-toolkits | |
parent | 267c972eab297e87ce7c16314746799098e8dac4 (diff) | |
download | FreeBSD-ports-905aa56821787eb98c150e2cd7e4222698cd34b5.zip FreeBSD-ports-905aa56821787eb98c150e2cd7e4222698cd34b5.tar.gz |
Iconv cleanup, stage 2b: remove regex hacks that change iconv.h to giconv.h and
-liconv to -lgiconv.
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gal/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/gal2/Makefile | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/x11-toolkits/gal/Makefile b/x11-toolkits/gal/Makefile index 624c1a7..2077fe8 100644 --- a/x11-toolkits/gal/Makefile +++ b/x11-toolkits/gal/Makefile @@ -36,7 +36,5 @@ pre-patch: @find ${WRKSRC} -name "Makefile.in*" | xargs ${PERL} -pi -e \ 's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \ s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g' - @find ${WRKSRC}/gal/widgets -name '*.[ch]' | xargs ${PERL} -pi -e \ - 's|<iconv.h>|<giconv.h>|' .include <bsd.port.mk> diff --git a/x11-toolkits/gal2/Makefile b/x11-toolkits/gal2/Makefile index 624c1a7..2077fe8 100644 --- a/x11-toolkits/gal2/Makefile +++ b/x11-toolkits/gal2/Makefile @@ -36,7 +36,5 @@ pre-patch: @find ${WRKSRC} -name "Makefile.in*" | xargs ${PERL} -pi -e \ 's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \ s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g' - @find ${WRKSRC}/gal/widgets -name '*.[ch]' | xargs ${PERL} -pi -e \ - 's|<iconv.h>|<giconv.h>|' .include <bsd.port.mk> |