diff options
Diffstat (limited to 'textproc/opensched/files/patch-src__Makefile')
-rw-r--r-- | textproc/opensched/files/patch-src__Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/opensched/files/patch-src__Makefile b/textproc/opensched/files/patch-src__Makefile new file mode 100644 index 0000000..b11f8d9 --- /dev/null +++ b/textproc/opensched/files/patch-src__Makefile @@ -0,0 +1,11 @@ +--- src/Makefile.orig Tue Oct 26 01:41:45 1999 ++++ src/Makefile Sat Oct 19 15:13:56 2002 +@@ -1,6 +1,6 @@ +-CFLAGS=-Wall -g ++CFLAGS+=-Wall + LIBS=-lm +-CC=gcc ++CC?=cc + CDEPEND = $(CC) -M + CDEPENDFLAGS = + |