diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-28 23:13:26 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-28 23:13:26 +0000 |
| commit | 1bd7390f220f6bba1a7df2be95436c38448fbe4f (patch) | |
| tree | 1634ab0cd02fcc9d416d23ffb645325bc7685fcd /devel | |
| parent | Support stage (diff) | |
Support stage
Notes
Notes:
svn path=/head/; revision=341671
Diffstat (limited to 'devel')
| -rw-r--r-- | devel/libafterbase/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/libafterbase/Makefile b/devel/libafterbase/Makefile index cad785a2d38a..cacb1999384c 100644 --- a/devel/libafterbase/Makefile +++ b/devel/libafterbase/Makefile @@ -11,12 +11,12 @@ DISTNAME= libAfterBase-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= AfterStep basic functionality library +USES= desthack GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-staticlibs --enable-sharedlibs --with-x USE_LDCONFIG= yes PLIST_SUB= STATIC="@comment " -NO_STAGE= yes post-patch: @${FIND} ${WRKSRC} -name '*.[ch]' | ${XARGS} ${REINPLACE_CMD} -e \ 's|<malloc.h>|<stdlib.h>|g' |
