summaryrefslogtreecommitdiff
path: root/devel/pth
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-07-30 16:38:49 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-07-30 16:38:49 +0000
commit2eb4691928f3d6c8c63b9adb635aed46f582d52e (patch)
tree3d858df883a38da85588ceabd34063552c4c0313 /devel/pth
parentadd p5-Net-FTPServer (diff)
Don't install useless .la files.
Notes
Notes: svn path=/head/; revision=45627
Diffstat (limited to 'devel/pth')
-rw-r--r--devel/pth/Makefile5
-rw-r--r--devel/pth/files/patch-ltmain.sh18
-rw-r--r--devel/pth/pkg-plist2
3 files changed, 20 insertions, 5 deletions
diff --git a/devel/pth/Makefile b/devel/pth/Makefile
index 4b4b80c71796..3a9d27f61e56 100644
--- a/devel/pth/Makefile
+++ b/devel/pth/Makefile
@@ -15,9 +15,8 @@ MASTER_SITE_SUBDIR= pth
MAINTAINER= ports@FreeBSD.org
INSTALLS_SHLIB= yes
-HAS_CONFIGURE= yes
-CONFIGURE_ARGS= --prefix=${PREFIX} \
- --enable-pthread \
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --enable-pthread \
--enable-syscall-soft \
--enable-optimize \
--enable-batch
diff --git a/devel/pth/files/patch-ltmain.sh b/devel/pth/files/patch-ltmain.sh
new file mode 100644
index 000000000000..abe8f6e0b7ad
--- /dev/null
+++ b/devel/pth/files/patch-ltmain.sh
@@ -0,0 +1,18 @@
+
+$FreeBSD$
+
+--- ltmain.sh 2001/07/30 16:31:21 1.1
++++ ltmain.sh 2001/07/30 16:31:42
+@@ -3360,10 +3360,12 @@
+ fi
+
+ # Install the pseudo-library for information purposes.
++ if false; then
+ name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
+ instname="$dir/$name"i
+ $show "$install_prog $instname $destdir/$name"
+ $run eval "$install_prog $instname $destdir/$name" || exit $?
++ fi
+
+ # Maybe install the static library, too.
+ test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
diff --git a/devel/pth/pkg-plist b/devel/pth/pkg-plist
index e0245d424b5b..9b7779d9facc 100644
--- a/devel/pth/pkg-plist
+++ b/devel/pth/pkg-plist
@@ -3,11 +3,9 @@ bin/pthread-config
include/pth.h
include/pthread.h
lib/libpth.a
-lib/libpth.la
lib/libpth.so
lib/libpth.so.14
lib/libpthread.a
-lib/libpthread.la
lib/libpthread.so
lib/libpthread.so.14
share/aclocal/pth.m4