diff options
Diffstat (limited to 'graphics/libaux/files/patch-Imakefile')
-rw-r--r-- | graphics/libaux/files/patch-Imakefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/graphics/libaux/files/patch-Imakefile b/graphics/libaux/files/patch-Imakefile new file mode 100644 index 000000000000..a1aa0135c6da --- /dev/null +++ b/graphics/libaux/files/patch-Imakefile @@ -0,0 +1,13 @@ + +$FreeBSD$ + +--- Imakefile 2001/03/14 10:33:44 1.1 ++++ Imakefile 2001/03/14 10:34:01 +@@ -42,3 +42,7 @@ + DependTarget() + CleanTarget() + ++.c.o: ++ $(RM) $@ ++ $(CC) -c $(CFLAGS) $(_NOOP_) $*.c -o $@ ++ |