freebsd-ports/graphics/libaux/files/patch-Imakefile
Mathieu Arnold 8dab11a002 Remove $FreeBSD$ from patches files in categories a-j.
With hat:	portmgr
Sponsored by:	Absolight
2015-05-22 13:34:20 +00:00

10 lines
185 B
Text

--- 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 $@
+