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/sys-block/fwdl/files/fwdl-1.2.3-makefile.patch

12 lines
339 B

--- a/Makefile
+++ b/Makefile
@@ -41,7 +41,7 @@
linux: fwdl.C fwdl-linux.c
- $(COMPILE_LINUX) -o $(APP) -Dlinux $(EXTRA_DEFINES) fwdl.C fwdl-linux.c
+ $(CXX) $(LDFLAGS) $(CXXFLAGS) $(CPPFLAGS) -o $(APP) -Dlinux fwdl.C fwdl-linux.c
prisa: fwdl.C fwdl-prisa.C
$(COMPILE_SGI) -o $(APP) -Dsgi $(EXTRA_DEFINES) fwdl.C fwdl-prisa.C \