mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
65506bcd28
- Stop patching source to be C89 friendly and use USE_GCC=3.2+ instead. Submitted by: ultragames93 <ultragames93@free.fr> [1]
18 lines
562 B
Plaintext
18 lines
562 B
Plaintext
--- makefile.orig Tue Sep 20 09:24:09 2005
|
|
+++ makefile Thu Nov 17 13:02:40 2005
|
|
@@ -215,1 +215,1 @@
|
|
AFLAGS = -f elf
|
|
|
|
- PNG_CFLAGS = "$(shell libpng-config --cflags)"
|
|
-ifndef SDL
|
|
- ALLEGRO_CFLAGS = "$(shell allegro-config --cflags)"
|
|
-endif
|
|
SDL_CFLAGS = "$(shell sdl-config --cflags)"
|
|
|
|
- INCDIR += $(PNG_CFLAGS) $(ALLEGRO_CFLAGS) $(SDL_CFLAGS) -I$(X11BASE)/include -I$(LOCALBASE)/include
|
|
+ INCDIR += ` allegro-config --cflags` `libpng-config --cflags` -I$(X11BASE)/include -I$(LOCALBASE)/include
|
|
|
|
|
|
DEFINE = -D__RAINE__ \
|
|
-DRAINE_UNIX \
|