openbsd-ports/games/capitan-sevilla/patches/patch-dependencies_alogg_Makefile
stsp fa26d661f8 Captain Sevilla is a platform game with hero Mariano Lopez, a sausage
delivery man who is transformed into Captain 'S' after eating
radioactive sausages.  The game's villain is Dr. Torrebruno, an eminent
nuclear physicist with a strange mental disease. The game can be played
in Spanish and in English.

ok rpointel benoit
2011-06-05 11:13:47 +00:00

26 lines
984 B
Plaintext

$OpenBSD: patch-dependencies_alogg_Makefile,v 1.1.1.1 2011/06/05 11:13:47 stsp Exp $
--- dependencies/alogg/Makefile.orig Mon Mar 2 18:06:48 2009
+++ dependencies/alogg/Makefile Sat Jun 4 21:12:59 2011
@@ -1,20 +1,16 @@
# Makefile for AllegroOGG using Ogg Vorbis (Xiph.org Foundation)
-CC=gcc
LFLAGS=
LIBIMP=
-TARGETFLAGS=-Wall -O2 -fomit-frame-pointer -finline-functions -ffast-math
OBJDIR=obj/linux/static
LIBDEST=lib/linux/libalogg.a
# setting object files, paths and compiler flags
-vpath %.c decoder decoder/libvorbis/lib decoder/libogg/src
vpath %.c src
vpath %.o $(OBJDIR)
-CFLAGS=$(TARGETFLAGS) -Idecoder -Iinclude -Idecoder/libvorbis/include -Idecoder/libogg/include
-OBJECTS=analysis.o bitrate.o bitwise.o block.o codebook.o envelope.o floor0.o floor1.o framing.o info.o lpc.o lsp.o mapping0.o mdct.o psy.o registry.o res0.o sharedbook.o smallft.o synthesis.o vorbisfile.o window.o alogg.o
+OBJECTS=alogg.o
OBJECTS2=$(addprefix $(OBJDIR)/,$(OBJECTS))