diff options
author | edwin <edwin@FreeBSD.org> | 2006-01-02 22:11:58 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-01-02 22:11:58 +0000 |
commit | c42f51ba8cdcff919c9c562e032b4244a53605e7 (patch) | |
tree | 42bd332ebd2e6d62cc376c333d84713a5508e96b /graphics/cal3d/Makefile | |
parent | c8a8965903824b5994571e1942331f2bc790fcf8 (diff) | |
download | FreeBSD-ports-c42f51ba8cdcff919c9c562e032b4244a53605e7.zip FreeBSD-ports-c42f51ba8cdcff919c9c562e032b4244a53605e7.tar.gz |
[MAINTAINER] graphics/cal3d: Fix build
Fix build (as done in cal3d-devel).
PR: ports/91211
Submitted by: Stefan Walter <sw@gegenunendlich.de>
Diffstat (limited to 'graphics/cal3d/Makefile')
-rw-r--r-- | graphics/cal3d/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/graphics/cal3d/Makefile b/graphics/cal3d/Makefile index ce98c76ec..36ec468 100644 --- a/graphics/cal3d/Makefile +++ b/graphics/cal3d/Makefile @@ -7,6 +7,7 @@ PORTNAME= cal3d PORTVERSION= 0.10.0 +PORTREVISION= 1 CATEGORIES= graphics devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -18,6 +19,7 @@ COMMENT= Skeletal based 3d character animation library written in C++ CONFLICTS= cal3d-devel-[0-9]* USE_BZIP2= yes +USE_REINPLACE= yes USE_GNOME= pkgconfig USE_AUTOTOOLS= automake:19 autoheader:259 libtool:15:inc AUTOMAKE_ARGS= "--add-missing" @@ -26,6 +28,9 @@ CONFIGURE_ARGS+= --disable-static .include <bsd.port.pre.mk> +post-patch: + @${REINPLACE_CMD} -e '/^all_libraries/d' ${WRKSRC}/src/cal3d/Makefile.am + pre-configure: cd ${WRKSRC} && ${ACLOCAL} -I ${LOCALBASE}/share/aclocal cd ${WRKSRC} && ${AUTOHEADER} |