diff options
author | edwin <edwin@FreeBSD.org> | 2003-04-29 11:46:43 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-04-29 11:46:43 +0800 |
commit | 3799f5b8a0149eef562a761517c50bb1e837c7e7 (patch) | |
tree | 9de7709477612744e2bb435b45bbb9e117454525 /graphics/openrm/Makefile | |
parent | f8a3557fefb7027a5d2a657c166cf7338f7f2a15 (diff) | |
download | freebsd-ports-gnome-3799f5b8a0149eef562a761517c50bb1e837c7e7.tar.gz freebsd-ports-gnome-3799f5b8a0149eef562a761517c50bb1e837c7e7.tar.zst freebsd-ports-gnome-3799f5b8a0149eef562a761517c50bb1e837c7e7.zip |
Update port: graphics/openrm bento fix and 1.4.2 -> 1.4.3
1. Fixed bento error (was not buildable on alpha)
2. Updating 1.4.2 -> 1.4.3
3. Removed RM_INSTALL=${X11BASE} from port makefile,
because it was forcing OpenRM makefiles to install things
even during port build phase.
4. Fixed calls to pthread_setconcurrency in demo programs.
Now they all are buildable.
PR: ports/51267
Submitted by: Igor Pokrovsky <igor.pokrovsky@cnrm.meteo.fr>
Diffstat (limited to 'graphics/openrm/Makefile')
-rw-r--r-- | graphics/openrm/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/openrm/Makefile b/graphics/openrm/Makefile index c23879252039..6f592d836f4b 100644 --- a/graphics/openrm/Makefile +++ b/graphics/openrm/Makefile @@ -6,7 +6,7 @@ # PORTNAME= openrm -PORTVERSION= 1.4.2 +PORTVERSION= 1.4.3 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -25,7 +25,7 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg WRKSRC= ${WRKDIR}/rm${PORTVERSION:S/.//g} .ifdef (WITH_DEMOS) WRKSRC2= ${WRKDIR}/rmdemo -EXTRA_PATCHES= ${PATCHDIR}/makeinclude.diff +EXTRA_PATCHES= ${PATCHDIR}/makeinclude.diff ${PATCHDIR}/rm2screen.c.diff .endif USE_X_PREFIX= yes @@ -33,7 +33,7 @@ USE_MESA= yes USE_REINPLACE= yes ALL_TARGET= linux docs INSTALLS_SHLIB= yes -MAKE_ENV= RM_INSTALL=${X11BASE} +ONLY_FOR_ARCHS= i386 .if !defined(WITH_DEMOS) PLIST_SUB= WITH_DEMOS="@comment " |