Skip to content

Commit

Permalink
use ONLY_FOR_ARCHS=${GCC4_ARCHS}
Browse files Browse the repository at this point in the history
from brad
  • Loading branch information
jasperla committed Sep 21, 2011
1 parent e9c5615 commit 0dddc61
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 12 deletions.
8 changes: 3 additions & 5 deletions audio/calf/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# $OpenBSD: Makefile,v 1.5 2011/04/29 06:38:34 jasper Exp $
# $OpenBSD: Makefile,v 1.6 2011/09/21 09:15:21 jasper Exp $

SHARED_ONLY = Yes

ONLY_FOR_ARCHS = ${GCC4_ARCHS}

COMMENT = CALF LADSPA plugins
DISTNAME = calf-0.0.18.5
REVISION = 1
Expand Down Expand Up @@ -29,10 +31,6 @@ WANTLIB = GL X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext \

MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=calf/}

MODULES = gcc4
MODGCC4_ARCHES = *
MODGCC4_LANGS = c c++

RUN_DEPENDS = devel/desktop-file-utils
LIB_DEPENDS = audio/jack \
devel/libglade2
Expand Down
13 changes: 6 additions & 7 deletions emulators/dosbox/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# $OpenBSD: Makefile,v 1.20 2010/11/15 23:22:08 espie Exp $
# $OpenBSD: Makefile,v 1.21 2011/09/21 09:15:21 jasper Exp $

ONLY_FOR_ARCHS= ${GCC4_ARCHS}

COMMENT= x86 with DOS emulator targeted at playing games

DISTNAME= dosbox-0.74
REVISION= 0
REVISION= 1
CATEGORIES= games x11 emulators
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dosbox/}

Expand All @@ -22,13 +25,9 @@ LIB_DEPENDS= devel/sdl-net \
devel/sdl-sound \
graphics/png

USE_GROFF = Yes
USE_GROFF= Yes
NO_REGRESS= Yes

MODULES+= gcc4
MODGCC4_ARCHES= *
MODGCC4_LANGS= c c++

CONFIGURE_STYLE= gnu
CONFIGURE_ENV=CPPFLAGS="-I${LOCALBASE}/include/libpng -I${LOCALBASE}/include"
CONFIGURE_ENV+=LDFLAGS="-L${LOCALBASE}/lib"
Expand Down

0 comments on commit 0dddc61

Please sign in to comment.