From 313dd0e2058e233f8d77d4005bad07bb95b864d4 Mon Sep 17 00:00:00 2001 From: Chris Rees Date: Fri, 26 Jul 2013 16:04:47 +0000 Subject: Move allegro-devel to allegro; 4.4 is hardly a devel version any more. Minor fix required in emulators/o2em. Remove allegrogl, which is broken and included in allegro-4.4 anyway. Update allegro-devel to 5.0.7 [1] PR: ports/172981 [1] Submitted by: nemysis [1] --- emulators/o2em/Makefile | 2 +- emulators/o2em/files/patch-Makefile.freebsd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'emulators/o2em') diff --git a/emulators/o2em/Makefile b/emulators/o2em/Makefile index 8809c6ae295b..5adfe6c84e38 100644 --- a/emulators/o2em/Makefile +++ b/emulators/o2em/Makefile @@ -17,7 +17,7 @@ DISTFILES= o2em117src.zip:1 \ MAINTAINER= techgunter@yahoo.com COMMENT= An Odyssey2 / Videopac console emulator -LIB_DEPENDS= alleg.42:${PORTSDIR}/devel/allegro +LIB_DEPENDS= alleg:${PORTSDIR}/devel/allegro WRKSRC= ${WRKDIR}/o2em117src MAKEFILE= Makefile.freebsd diff --git a/emulators/o2em/files/patch-Makefile.freebsd b/emulators/o2em/files/patch-Makefile.freebsd index ec3254c3a3e5..d6f0913a5c2d 100644 --- a/emulators/o2em/files/patch-Makefile.freebsd +++ b/emulators/o2em/files/patch-Makefile.freebsd @@ -6,7 +6,7 @@ diff -urN ../o2em117src.old/Makefile.freebsd ./Makefile.freebsd + +CFLAGS = -O3 -Wall -fomit-frame-pointer -I${PREFIX}/include -DFREEBSD -DPREFIX=\"${PREFIX}\" +LFLAGS = -s ${LDFLAGS} -+LIBALLEG = -L${PREFIX}/lib -lalleg -lalleg_unsharable ++LIBALLEG = -L${PREFIX}/lib -lalleg + + +all: o2em dis48 -- cgit v1.2.3