1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/misc/gnuls/files/patch-ab
Steve Price 4f6a1e7d73 Update to version 4.0.
PR:		10173
Submitted by:	maintainer
1999-03-15 02:20:22 +00:00

21 lines
858 B
Plaintext

*** intl/Makefile.in.orig Fri Feb 19 19:20:37 1999
--- intl/Makefile.in Fri Feb 19 19:20:54 1999
***************
*** 109,115 ****
# where configure found a previously installed GNU gettext library.
# If you want to use the one which comes with this version of the
# package, you have to use `configure --with-included-gettext'.
! install: install-exec install-data
install-exec: all
if test "$(PACKAGE)" = "gettext" \
&& test '@INTLOBJS@' = '$(GETTOBJS)'; then \
--- 109,116 ----
# where configure found a previously installed GNU gettext library.
# If you want to use the one which comes with this version of the
# package, you have to use `configure --with-included-gettext'.
! install:
! @echo Nothing to install in intl
install-exec: all
if test "$(PACKAGE)" = "gettext" \
&& test '@INTLOBJS@' = '$(GETTOBJS)'; then \