diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 21:54:33 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 21:54:33 +0000 |
commit | 60b37dbedcfe6e22fe9a61ee8432ae7bd2780483 (patch) | |
tree | 42c5d548da07f10a85c92da3191700e6f34e6829 /graphics/svgalib/files/patch-utils-Makefile | |
parent | security/arirang: Mark broken with Ruby 2.0 or newer (diff) |
Rename german/ and graphics/ patch-xy patches to reflect the files they modify.
Diffstat (limited to 'graphics/svgalib/files/patch-utils-Makefile')
-rw-r--r-- | graphics/svgalib/files/patch-utils-Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/graphics/svgalib/files/patch-utils-Makefile b/graphics/svgalib/files/patch-utils-Makefile new file mode 100644 index 000000000000..62dc035f6075 --- /dev/null +++ b/graphics/svgalib/files/patch-utils-Makefile @@ -0,0 +1,20 @@ +--- utils/Makefile.orig Fri Aug 25 05:31:18 2000 ++++ utils/Makefile Fri Aug 25 05:31:23 2000 +@@ -15,7 +15,7 @@ + + CFLAGS = $(WARN) $(OPTIMIZE) -I../include + #Use the next one for the Alpha/AXP if you need it +-#LDFLAGS = -L../staticlib ++LDFLAGS = -L../sharedlib + LIBS = -lvga -lm + + #---------------------------------------------------------------------- +@@ -56,7 +56,7 @@ + $(INSTALLPROG) $(UTILPROGS) $(UTILINSTALLDIR) + + .depend: +- gcc -MM $(patsubst %.o,$(srcdir)/utils/%.c,$(OBJECTS)) >.depend ++ $(CC) $(INCLUDES) -MM $(patsubst %.o,$(srcdir)/utils/%.c,$(OBJECTS)) >.depend + + # + # include a dependency file if one exists |