You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/games-arcade/xjump/files/xjump-2.7.5-ldflags.patch

12 lines
335 B

--- a/Makefile
+++ b/Makefile
@@ -28,7 +28,7 @@
##########################################################
xjump : main.o game.o key.o misc.o record.o resource.o
- $(CC) $(CFLAGS) -o xjump \
+ $(CC) $(LDFLAGS) $(CFLAGS) -o xjump \
main.o game.o key.o misc.o record.o resource.o\
-lXaw -lXmu -lXt -lXpm -lXext -lX11 $(LDIR)