diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-04-06 18:50:50 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-04-06 18:50:50 +0000 |
| commit | aacb465c79fee53aab256a093ed94b722c2d7e27 (patch) | |
| tree | 45d11a24c18ffdb706e633f8e13dcfe0a0f28760 /astro/wmsun/files/patch-Makefile | |
| parent | x11-toolkits/wxgtk30: Support c++11 over c++0x, plus DragonFly (diff) | |
astro/wmsun: Update to version 1.12
Fix MASTER_SITES
Diffstat (limited to 'astro/wmsun/files/patch-Makefile')
| -rw-r--r-- | astro/wmsun/files/patch-Makefile | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/astro/wmsun/files/patch-Makefile b/astro/wmsun/files/patch-Makefile index 3814e6d078a8..20562229be26 100644 --- a/astro/wmsun/files/patch-Makefile +++ b/astro/wmsun/files/patch-Makefile @@ -1,19 +1,17 @@ --- Makefile.orig Wed Jan 6 11:28:39 1999 +++ Makefile Thu Aug 3 21:28:34 2000 -@@ -22,14 +22,14 @@ - +@@ -18,12 +18,12 @@ + OBJS = wmSun.o SunRise.o ../wmgeneral/wmgeneral.o .c.o: - $(CC) $(COPTS) -D$(shell echo `uname -s`) -c $< -o $*.o $(INCDIR) + $(CC) $(CFLAGS) -D$(OPSYS) -c $< -o $@ $(INCDIR) - all: wmSun.o wmSun - wmSun.o: wmSun_master.xpm wmSun_mask.xbm - wmSun: $(OBJS) -- $(CC) $(COPTS) $(SYSTEM) -lm -o wmSun $^ $(INCDIR) $(LIBDIR) $(LIBS) -+ $(CC) $(CFLAGS) $(SYSTEM) -lm -o wmSun $(OBJS) $(LIBDIR) $(LIBS) + wmSun: $(OBJS) +- $(CC) $(COPTS) $(SYSTEM) -o wmSun $^ $(INCDIR) $(LIBDIR) $(LIBS) ++ $(CC) $(CFLAGS) $(SYSTEM) -o wmSun $(OBJS) $(LIBDIR) $(LIBS) clean: - for i in $(OBJS) ; do \ + for i in $(OBJS) ; do rm -f $$i; done |
