diff options
Diffstat (limited to 'x11-toolkits/gal')
-rw-r--r-- | x11-toolkits/gal/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/x11-toolkits/gal/Makefile b/x11-toolkits/gal/Makefile index 624c1a79fc15..2077fe84ffdf 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> |