mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
755fec664a
instead of the bundled one. - Fix build with new compilers. - Remove gmake dependency. PR: 178600 Submitted by: "Mikhail T." <mi@aldan.algebra.com>
14 lines
534 B
Plaintext
14 lines
534 B
Plaintext
--- Make.include.in.orig Thu Apr 17 14:02:52 2003
|
|
+++ Make.include.in Sat Feb 11 15:17:29 2006
|
|
@@ -5,8 +5,8 @@
|
|
GL_LIBS = @GL_LIBS@
|
|
OPT_LIBS = @OPT_LIBS@
|
|
|
|
-CFLAGS = -Wall -I../libgfx/include/ $(SDL_CFLAGS) @CFLAGS@
|
|
-LIBS = ../libgfx/src/libgfx.a $(GL_LIBS) $(SDL_LIBS) $(OPT_LIBS) @LIBS@
|
|
+CFLAGS = -Wall -I$(LOCALBASE)/include $(SDL_CFLAGS) @CFLAGS@
|
|
+LIBS = $(SDL_LIBS) $(OPT_LIBS) -L$(LOCALBASE)/lib -lgfx $(GL_LIBS) @LIBS@ -lX11
|
|
|
|
OBJECTS = arrow.o bait.o firefly.o scene.o tail.o utils.o modes.o @OPT_OBJS@
|
|
PROGRAM = @PROGRAM@
|