diff options
author | daichi <daichi@FreeBSD.org> | 2003-07-11 19:35:33 +0800 |
---|---|---|
committer | daichi <daichi@FreeBSD.org> | 2003-07-11 19:35:33 +0800 |
commit | 5a08979961a6480fa75c8d7227922250c9fa8b52 (patch) | |
tree | 43824fb37f9f9a48b549488377a599299c1cf42b /devel/libvanessa_adt | |
parent | 01ca572e4e9c3542fbae3887cd9e05fae6888b72 (diff) | |
download | freebsd-ports-gnome-5a08979961a6480fa75c8d7227922250c9fa8b52.tar.gz freebsd-ports-gnome-5a08979961a6480fa75c8d7227922250c9fa8b52.tar.zst freebsd-ports-gnome-5a08979961a6480fa75c8d7227922250c9fa8b52.zip |
fix devel/libvanesse_adt:
- libvanessa_adt test/ subdir is removed from Makefile due to oddities :
a) if you build the port twice, build fails for vanessa_socket_pipe
program. It seems that libtool uses old reference to
libvanessa_socket (i.e. obsolete ldconfig reference), this patch
fix the problem.
b) dynamic_array_test is randomly installed (and useless).
PR: 54363
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> (maintainer)
Diffstat (limited to 'devel/libvanessa_adt')
-rw-r--r-- | devel/libvanessa_adt/Makefile | 5 | ||||
-rw-r--r-- | devel/libvanessa_adt/pkg-plist | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/devel/libvanessa_adt/Makefile b/devel/libvanessa_adt/Makefile index e27f14587d7b..c75e2f2f501b 100644 --- a/devel/libvanessa_adt/Makefile +++ b/devel/libvanessa_adt/Makefile @@ -20,7 +20,12 @@ LIB_DEPENDS= vanessa_logger.0:${PORTSDIR}/devel/libvanessa_logger INSTALLS_SHLIB= YES USE_LIBTOOL= YES +USE_REINPLACE= YES CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" +post-patch: + @${REINPLACE_CMD} "s,^SUBDIRS = libvanessa_adt test debian,SUBDIRS = libvanessa_adt," \ + ${WRKSRC}/Makefile.in + .include <bsd.port.mk> diff --git a/devel/libvanessa_adt/pkg-plist b/devel/libvanessa_adt/pkg-plist index f6a3badcef5b..214907674af7 100644 --- a/devel/libvanessa_adt/pkg-plist +++ b/devel/libvanessa_adt/pkg-plist @@ -1,4 +1,3 @@ -bin/dynamic_array_test include/vanessa_adt.h lib/libvanessa_adt.so.0 lib/libvanessa_adt.so |