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-puzzle/magiccube4d/files/magiccube4d-2.2-ldflags.patch

16 lines
501 B

--- a/Makefile.in.old 2010-10-15 10:38:48.000000000 +0200
+++ b/Makefile.in 2010-10-15 10:39:07.000000000 +0200
@@ -72,10 +72,10 @@
$(CXX) -c $(CXXFLAGS) $<
$(TARGET): $(OBJS)
- $(CXX) -o $(TARGET) $(OBJS) $(LIBDIRS) $(LIBS)
+ $(CXX) $(LDFLAGS) -o $(TARGET) $(OBJS) $(LIBDIRS) $(LIBS)
$(TARGET).static: $(OBJS)
- $(CXX) -static -o $(TARGET).static $(OBJS) $(LIBDIRS) $(LIBS)
+ $(CXX) $(LDFLAGS) -static -o $(TARGET).static $(OBJS) $(LIBDIRS) $(LIBS)
Vec.h: vec_h.c
$(CC) -o vec_h vec_h.c