diff options
author | ade <ade@FreeBSD.org> | 2007-02-28 23:59:04 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2007-02-28 23:59:04 +0800 |
commit | 923b9dc37be1486bddf40523516794cdcb97925a (patch) | |
tree | 832ff3a62562df54cc3434c0da765d5298b70672 /devel/libltdl15 | |
parent | 0f942a05ed6bae6919688b22c7cde0dd5e528e9b (diff) | |
download | freebsd-ports-gnome-923b9dc37be1486bddf40523516794cdcb97925a.tar.gz freebsd-ports-gnome-923b9dc37be1486bddf40523516794cdcb97925a.tar.zst freebsd-ports-gnome-923b9dc37be1486bddf40523516794cdcb97925a.zip |
* Correctly patch devel/libltdl15 with the upstream hack to
prevent eg: gnucash from taking several aeons to start up.
* Hack around the fact that the above then wants to call various
autotools to rebuild parts of the build infrastructure which,
depending on the ports installed can cause things to fail in
weird and wonderful ways.
Diffstat (limited to 'devel/libltdl15')
-rw-r--r-- | devel/libltdl15/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/libltdl15/Makefile b/devel/libltdl15/Makefile index ce55cd06b8e4..e3e0af6287d5 100644 --- a/devel/libltdl15/Makefile +++ b/devel/libltdl15/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libltdl -PORTREVISION= 1 +PORTREVISION= 2 MASTERDIR= ${.CURDIR}/../../devel/libtool15 COMMENT= System independent dlopen wrapper |