diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-12-23 01:36:28 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-12-23 01:36:28 +0800 |
commit | 89f09b97318b83f6caf445b0895d0d642dc5d27f (patch) | |
tree | f56716c0c00f2d8f69ffee5be7328de4c8448c64 /audio/resid/files | |
parent | be05da3d16c040b2163eb344696bdc01cbd168ec (diff) | |
download | freebsd-ports-gnome-89f09b97318b83f6caf445b0895d0d642dc5d27f.tar.gz freebsd-ports-gnome-89f09b97318b83f6caf445b0895d0d642dc5d27f.tar.zst freebsd-ports-gnome-89f09b97318b83f6caf445b0895d0d642dc5d27f.zip |
- Do not install useless .la file
PR: 45920
Submitted by: Ports Fury
Diffstat (limited to 'audio/resid/files')
-rw-r--r-- | audio/resid/files/patch-configure | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/audio/resid/files/patch-configure b/audio/resid/files/patch-configure new file mode 100644 index 000000000000..80179fd2aa93 --- /dev/null +++ b/audio/resid/files/patch-configure @@ -0,0 +1,10 @@ +--- configure.orig Fri Jan 25 08:31:44 2002 ++++ configure Sun Dec 1 06:47:22 2002 +@@ -13231,6 +13231,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' |