mirror of
https://git.freebsd.org/ports.git
synced 2025-06-27 23:50:30 -04:00
'@GT_YES@' in the popt/intl/Makefile.in as there is nothing in configure to replace the 'popt/intl/Makefile.in'. Reported by: pointyhat-exp with gmake 3.82 (linimon) Tested with: ade's gmake 3.82 patch on devel/gmake only
19 lines
782 B
Text
19 lines
782 B
Text
--- popt/intl/Makefile.in.orig 2011-03-12 11:05:05.000000000 -0600
|
|
+++ popt/intl/Makefile.in 2011-03-12 11:05:54.000000000 -0600
|
|
@@ -199,16 +199,6 @@
|
|
cd .. \
|
|
&& CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
|
|
|
|
-# The dependency for intlh.inst is different in gettext and all other
|
|
-# packages. Because we cannot you GNU make features we have to solve
|
|
-# the problem while rewriting Makefile.in.
|
|
-@GT_YES@intlh.inst: intlh.inst.in ../config.status
|
|
-@GT_YES@ cd .. \
|
|
-@GT_YES@ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= \
|
|
-@GT_YES@ $(SHELL) ./config.status
|
|
-@GT_NO@.PHONY: intlh.inst
|
|
-@GT_NO@intlh.inst:
|
|
-
|
|
# Tell versions [3.59,3.63) of GNU make not to export all variables.
|
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
|
.NOEXPORT:
|