diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-11-20 13:19:54 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-11-20 13:19:54 +0000 |
commit | 2c93990d8522f3adfccd95cde91da286c90fb875 (patch) | |
tree | b15484400f7080d2925e0246b9207dca89b70242 /textproc | |
parent | - Do not install useless .la files (diff) |
- Do not install useless .la files
PR: 45447
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=70589
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/libtre/Makefile | 1 | ||||
-rw-r--r-- | textproc/libtre/files/patch-configure | 10 | ||||
-rw-r--r-- | textproc/libtre/pkg-plist | 1 |
3 files changed, 11 insertions, 1 deletions
diff --git a/textproc/libtre/Makefile b/textproc/libtre/Makefile index c41e6eba153e..a1beb8b83c1f 100644 --- a/textproc/libtre/Makefile +++ b/textproc/libtre/Makefile @@ -15,6 +15,7 @@ MAINTAINER= ports@FreeBSD.org USE_BZIP2= yes USE_LIBTOOL= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} INSTALLS_SHLIB= yes .include <bsd.port.pre.mk> diff --git a/textproc/libtre/files/patch-configure b/textproc/libtre/files/patch-configure new file mode 100644 index 000000000000..efaeab60423f --- /dev/null +++ b/textproc/libtre/files/patch-configure @@ -0,0 +1,10 @@ +--- configure.orig Wed Jun 26 04:17:54 2002 ++++ configure Sat Nov 2 14:25:12 2002 +@@ -7967,6 +7967,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' diff --git a/textproc/libtre/pkg-plist b/textproc/libtre/pkg-plist index 3ae73f02bdac..33df4a3e5871 100644 --- a/textproc/libtre/pkg-plist +++ b/textproc/libtre/pkg-plist @@ -1,5 +1,4 @@ include/regex.h lib/libtre.a -lib/libtre.la lib/libtre.so lib/libtre.so.0 |