Skip to content

Commit

Permalink
groff: fix universal variant; see https://trac.macports.org/ticket/29050
Browse files Browse the repository at this point in the history


git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@77723 d073be05-634f-4543-b044-5fe20cf6d1d6
  • Loading branch information
ryandesign committed Apr 10, 2011
1 parent fb64d41 commit b9b9161
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sysutils/groff/Portfile
Expand Up @@ -15,6 +15,9 @@ platforms darwin
master_sites gnu
checksums sha1 a513aca4a7530a6e63325addd6ba2d282c8f1608 \
rmd160 d050f886291a53ea46875887e5641e510e1aecf6

patchfiles patch-Makefile.in.diff

configure.args --infodir=${prefix}/share/info \
--mandir=${prefix}/share/man \
--without-x
Expand Down
11 changes: 11 additions & 0 deletions sysutils/groff/files/patch-Makefile.in.diff
@@ -0,0 +1,11 @@
--- Makefile.in.orig 2010-12-31 01:33:08.000000000 -0600
+++ Makefile.in 2011-04-10 12:56:57.000000000 -0500
@@ -767,7 +767,7 @@
case $(do) in \
all) \
cd $@; \
- test -f Makefile || $(SHELL) $$srcdir/configure ; \
+ test -f Makefile || $(SHELL) $$srcdir/configure --disable-dependency-tracking ; \
$(MAKE) ACLOCAL=: AUTOCONF=: AUTOHEADER=: AUTOMAKE=: $(do) ;; \
esac

0 comments on commit b9b9161

Please sign in to comment.