diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-03-28 11:56:32 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-03-28 11:56:32 +0000 |
commit | d2922f372dba77e182b9b4ee7a8fb48b0849349c (patch) | |
tree | 21e6e5fe1529a1466cfde2f635f7d25419b46c4a /x11-themes | |
parent | 4cc765aeead24fa70eefef117dad722d415cf7dd (diff) | |
download | ports-d2922f372dba77e182b9b4ee7a8fb48b0849349c.tar.gz ports-d2922f372dba77e182b9b4ee7a8fb48b0849349c.zip |
Notes
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/buffy/Makefile | 1 | ||||
-rw-r--r-- | x11-themes/clean-theme-gtk/Makefile | 1 | ||||
-rw-r--r-- | x11-themes/engradient/Makefile | 1 | ||||
-rw-r--r-- | x11-themes/gtk-Mac2-theme/Makefile | 1 | ||||
-rw-r--r-- | x11-themes/gtk-flat-theme/Makefile | 1 | ||||
-rw-r--r-- | x11-themes/gtk-qn-x11-theme/Makefile | 3 | ||||
-rw-r--r-- | x11-themes/gtk-zenith-theme/Makefile | 3 | ||||
-rw-r--r-- | x11-themes/gtkbe/Makefile | 1 | ||||
-rw-r--r-- | x11-themes/gtkstep-pastel/Makefile | 1 | ||||
-rw-r--r-- | x11-themes/gtkstep/Makefile | 1 | ||||
-rw-r--r-- | x11-themes/icegradient/Makefile | 1 |
11 files changed, 15 insertions, 0 deletions
diff --git a/x11-themes/buffy/Makefile b/x11-themes/buffy/Makefile index b242c298d6c2..f4c095feab5b 100644 --- a/x11-themes/buffy/Makefile +++ b/x11-themes/buffy/Makefile @@ -25,5 +25,6 @@ GNU_CONFIGURE= yes post-patch: @${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \ ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/ltconfig .include <bsd.port.mk> diff --git a/x11-themes/clean-theme-gtk/Makefile b/x11-themes/clean-theme-gtk/Makefile index d4c2c4aabb0e..c484be97c62e 100644 --- a/x11-themes/clean-theme-gtk/Makefile +++ b/x11-themes/clean-theme-gtk/Makefile @@ -25,5 +25,6 @@ USE_GMAKE= yes post-patch: @${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \ ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/ltconfig .include <bsd.port.mk> diff --git a/x11-themes/engradient/Makefile b/x11-themes/engradient/Makefile index dd10e598c24c..872f84c52531 100644 --- a/x11-themes/engradient/Makefile +++ b/x11-themes/engradient/Makefile @@ -25,5 +25,6 @@ USE_GMAKE= yes post-patch: @${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \ ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/ltconfig .include <bsd.port.mk> diff --git a/x11-themes/gtk-Mac2-theme/Makefile b/x11-themes/gtk-Mac2-theme/Makefile index 0f2ea4a30068..b482559f6b33 100644 --- a/x11-themes/gtk-Mac2-theme/Makefile +++ b/x11-themes/gtk-Mac2-theme/Makefile @@ -25,5 +25,6 @@ USE_GMAKE= yes post-patch: @${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \ ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/ltconfig .include <bsd.port.mk> diff --git a/x11-themes/gtk-flat-theme/Makefile b/x11-themes/gtk-flat-theme/Makefile index 0930fa1679af..6bee43108c90 100644 --- a/x11-themes/gtk-flat-theme/Makefile +++ b/x11-themes/gtk-flat-theme/Makefile @@ -25,5 +25,6 @@ USE_GMAKE= yes post-patch: @${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \ ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/ltconfig .include <bsd.port.mk> diff --git a/x11-themes/gtk-qn-x11-theme/Makefile b/x11-themes/gtk-qn-x11-theme/Makefile index 1781b685fe85..9174178b8398 100644 --- a/x11-themes/gtk-qn-x11-theme/Makefile +++ b/x11-themes/gtk-qn-x11-theme/Makefile @@ -22,4 +22,7 @@ USE_GNOME= gtk12 GNU_CONFIGURE= yes USE_GMAKE= yes +post-patch: + @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/ltconfig + .include <bsd.port.mk> diff --git a/x11-themes/gtk-zenith-theme/Makefile b/x11-themes/gtk-zenith-theme/Makefile index dc9e23887828..d05a9a6313ab 100644 --- a/x11-themes/gtk-zenith-theme/Makefile +++ b/x11-themes/gtk-zenith-theme/Makefile @@ -22,4 +22,7 @@ USE_GNOME= gtk12 GNU_CONFIGURE= yes USE_GMAKE= yes +post-patch: + @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/ltconfig + .include <bsd.port.mk> diff --git a/x11-themes/gtkbe/Makefile b/x11-themes/gtkbe/Makefile index 0fd4cff21b81..cd53928995e9 100644 --- a/x11-themes/gtkbe/Makefile +++ b/x11-themes/gtkbe/Makefile @@ -25,5 +25,6 @@ USE_GMAKE= yes post-patch: @${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \ ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/ltconfig .include <bsd.port.mk> diff --git a/x11-themes/gtkstep-pastel/Makefile b/x11-themes/gtkstep-pastel/Makefile index b654c729737a..c2d2f2a26915 100644 --- a/x11-themes/gtkstep-pastel/Makefile +++ b/x11-themes/gtkstep-pastel/Makefile @@ -24,5 +24,6 @@ GNU_CONFIGURE= yes post-patch: @${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \ ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/ltconfig .include <bsd.port.mk> diff --git a/x11-themes/gtkstep/Makefile b/x11-themes/gtkstep/Makefile index 1ecdabee66bf..9134f615862b 100644 --- a/x11-themes/gtkstep/Makefile +++ b/x11-themes/gtkstep/Makefile @@ -24,5 +24,6 @@ GNU_CONFIGURE= yes post-patch: @${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \ ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/ltconfig .include <bsd.port.mk> diff --git a/x11-themes/icegradient/Makefile b/x11-themes/icegradient/Makefile index 017adaa57c9f..263319a993c9 100644 --- a/x11-themes/icegradient/Makefile +++ b/x11-themes/icegradient/Makefile @@ -26,5 +26,6 @@ USE_GMAKE= yes post-patch: @${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \ ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/ltconfig .include <bsd.port.mk> |