diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2003-01-02 05:45:25 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2003-01-02 05:45:25 +0000 |
commit | b52fd76c2af10a958f03292e8e03991f9a277c94 (patch) | |
tree | a0b35480b702e48507e42bafd0ac7c5eee271a2a /audio/gnump3d/files/patch-configure | |
parent | Fix build on alpha (don't include the klaptop files when we are on alpha, (diff) |
Prevent .la files from being installed. PLIST change, so
PORTREVISION bump.
Notes
Notes:
svn path=/head/; revision=72164
Diffstat (limited to 'audio/gnump3d/files/patch-configure')
-rw-r--r-- | audio/gnump3d/files/patch-configure | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/audio/gnump3d/files/patch-configure b/audio/gnump3d/files/patch-configure new file mode 100644 index 000000000000..d8a29f64b95a --- /dev/null +++ b/audio/gnump3d/files/patch-configure @@ -0,0 +1,10 @@ +--- configure.orig Wed Jan 1 20:03:54 2003 ++++ configure Wed Jan 1 20:04:26 2003 +@@ -5608,6 +5608,7 @@ + + # This can be used to rebuild libtool when needed + LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ++$ac_aux_dir/ltconfig $LIBTOOL_DEPS + + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' |