diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-03-18 19:50:38 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-03-18 19:50:38 +0800 |
commit | 905aa56821787eb98c150e2cd7e4222698cd34b5 (patch) | |
tree | d5d7cef2ee1a3886c8300f6c59463d1704679734 /math | |
parent | 267c972eab297e87ce7c16314746799098e8dac4 (diff) | |
download | freebsd-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 'math')
-rw-r--r-- | math/gnumeric/Makefile | 2 | ||||
-rw-r--r-- | math/gnumeric2/Makefile | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile index 8f6fbb275b9a..d3e11934e889 100644 --- a/math/gnumeric/Makefile +++ b/math/gnumeric/Makefile @@ -42,8 +42,6 @@ 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}/plugins/excel -name "*.[ch]" | xargs ${PERL} -pi -e \ - 's|iconv\.h|giconv.h|g' post-install: .for dir in share/gnome lib diff --git a/math/gnumeric2/Makefile b/math/gnumeric2/Makefile index 8f6fbb275b9a..d3e11934e889 100644 --- a/math/gnumeric2/Makefile +++ b/math/gnumeric2/Makefile @@ -42,8 +42,6 @@ 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}/plugins/excel -name "*.[ch]" | xargs ${PERL} -pi -e \ - 's|iconv\.h|giconv.h|g' post-install: .for dir in share/gnome lib |