openbsd-ports/games/capitan-sevilla/patches/patch-dependencies_alfont_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

45 lines
1.4 KiB
Plaintext

$OpenBSD: patch-dependencies_alfont_Makefile,v 1.1.1.1 2011/06/05 11:13:47 stsp Exp $
--- dependencies/alfont/Makefile.orig Mon Mar 2 17:57:36 2009
+++ dependencies/alfont/Makefile Sat Jun 4 21:40:52 2011
@@ -1,39 +1,16 @@
# Makefile for AllegroFont using FreeType 2
-CC=gcc
LFLAGS=
LIBIMP=
-TARGETFLAGS=-Wall -O2 -fomit-frame-pointer -finline-functions -ffast-math
OBJDIR=obj/linux/static
LIBDEST=lib/linux/libalfont.a
# setting object files, paths and compiler flags
-vpath %.c freetype/src/autohint
-vpath %.c freetype/src/base
-vpath %.c freetype/src/cache
-vpath %.c freetype/src/cff
-vpath %.c freetype/src/cid
-vpath %.c freetype/src/pcf
-vpath %.c freetype/src/psaux
-vpath %.c freetype/src/psnames
-vpath %.c freetype/src/pshinter
-vpath %.c freetype/src/raster
-vpath %.c freetype/src/sfnt
-vpath %.c freetype/src/smooth
-vpath %.c freetype/src/truetype
-vpath %.c freetype/src/type1
-vpath %.c freetype/src/type42
-vpath %.c freetype/src/gzip
-vpath %.c freetype/src/bdf
-vpath %.c freetype/src/pfr
-vpath %.c freetype/src/winfonts
vpath %.c src
vpath %.o $(OBJDIR)
-CFLAGS=$(TARGETFLAGS) -Ifreetype/include -Iinclude
-
-OBJECTS=alfont.o ftsystem.o ftdebug.o ftinit.o ftbase.o ftglyph.o ftmm.o autohint.o ftcache.o cff.o type1cid.o pcf.o psaux.o pshinter.o psmodule.o raster.o sfnt.o smooth.o truetype.o type1.o winfnt.o type42.o ftgzip.o pfr.o bdf.o
+OBJECTS=alfont.o
OBJECTS2=$(addprefix $(OBJDIR)/,$(OBJECTS))