diff options
author | Volker Stolz <vs@FreeBSD.org> | 2005-05-19 17:58:51 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2005-05-19 17:58:51 +0000 |
commit | 45ced896a0046f937add8abf66a9c5fc74af7243 (patch) | |
tree | fb319140f92293e7074a619109cb4502b20da246 /devel/libafterbase | |
parent | a510de6786c102058299a1deb02f981b1e2756db (diff) |
Notes
Diffstat (limited to 'devel/libafterbase')
-rw-r--r-- | devel/libafterbase/Makefile | 3 | ||||
-rw-r--r-- | devel/libafterbase/pkg-plist | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/devel/libafterbase/Makefile b/devel/libafterbase/Makefile index 7c344830a24c..35bced23de95 100644 --- a/devel/libafterbase/Makefile +++ b/devel/libafterbase/Makefile @@ -20,8 +20,9 @@ USE_REINPLACE= yes USE_X_PREFIX= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ARGS= --enable-sharedlibs --with-x +CONFIGURE_ARGS= --disable-staticlibs --enable-sharedlibs --with-x INSTALLS_SHLIB= yes +PLIST_SUB= STATIC="@comment " post-patch: @${FIND} ${WRKSRC} -name '*.[ch]' | ${XARGS} ${REINPLACE_CMD} -e \ diff --git a/devel/libafterbase/pkg-plist b/devel/libafterbase/pkg-plist index 1d127f782ef7..b198b7a594d7 100644 --- a/devel/libafterbase/pkg-plist +++ b/devel/libafterbase/pkg-plist @@ -18,7 +18,7 @@ include/libAfterBase/timer.h include/libAfterBase/trace.h include/libAfterBase/xprop.h include/libAfterBase/xwrap.h -lib/libAfterBase.a +%%STATIC%%lib/libAfterBase.a lib/libAfterBase.so lib/libAfterBase.so.0 @dirrm include/libAfterBase |