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/einstein/files/einstein-2.0-as-needed.patch

12 lines
314 B

--- a/Makefile.old 2009-02-09 16:37:58.000000000 +0100
+++ b/Makefile 2009-02-09 16:38:13.000000000 +0100
@@ -49,7 +49,7 @@
$(TARGET): $(OBJECTS)
- $(CXX) $(LNFLAGS) $(OBJECTS) -o $(TARGET)
+ $(CXX) $(LDFLAGS) $(OBJECTS) -o $(TARGET) $(LNFLAGS)
clean:
rm -f $(OBJECTS) core* *core $(TARGET) *~