View | Details | Raw Unified | Return to bug 54363 | Differences between
and this patch

Collapse All | Expand All

(-)libvanessa_adt/Makefile (+5 lines)
Lines 20-26 Link Here
20
INSTALLS_SHLIB=	YES
20
INSTALLS_SHLIB=	YES
21
21
22
USE_LIBTOOL=	YES
22
USE_LIBTOOL=	YES
23
USE_REINPLACE=	YES
23
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
24
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
24
		LDFLAGS="-L${LOCALBASE}/lib"
25
		LDFLAGS="-L${LOCALBASE}/lib"
26
27
post-patch:
28
	@${REINPLACE_CMD} "s,^SUBDIRS = libvanessa_adt test debian,SUBDIRS = libvanessa_adt," \
29
				${WRKSRC}/Makefile.in
25
30
26
.include <bsd.port.mk>
31
.include <bsd.port.mk>
(-)libvanessa_adt/pkg-plist (-1 lines)
Lines 1-4 Link Here
1
bin/dynamic_array_test
2
include/vanessa_adt.h
1
include/vanessa_adt.h
3
lib/libvanessa_adt.so.0
2
lib/libvanessa_adt.so.0
4
lib/libvanessa_adt.so
3
lib/libvanessa_adt.so

Return to bug 54363