diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-06-10 10:22:00 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-06-10 10:22:00 +0000 |
commit | ebe97a02a658b085227ec917951407f2215ee8d9 (patch) | |
tree | fa0be1321c9f2ffae95be4095eba6f4c040361f0 /astro/glunarclock/files | |
parent | Update to 1.0.4. (diff) |
Update to 0.24.1.
Diffstat (limited to 'astro/glunarclock/files')
-rw-r--r-- | astro/glunarclock/files/patch-Makefile.in | 20 | ||||
-rw-r--r-- | astro/glunarclock/files/patch-src::Makefile.in | 14 |
2 files changed, 10 insertions, 24 deletions
diff --git a/astro/glunarclock/files/patch-Makefile.in b/astro/glunarclock/files/patch-Makefile.in index f43ae16c90f4..ef0646daa32a 100644 --- a/astro/glunarclock/files/patch-Makefile.in +++ b/astro/glunarclock/files/patch-Makefile.in @@ -1,14 +1,14 @@ $FreeBSD$ ---- Makefile.in.orig Tue May 29 10:34:38 2001 -+++ Makefile.in Tue May 29 10:35:45 2001 -@@ -108,7 +108,7 @@ - cflags_set = @cflags_set@ - cxxflags_set = @cxxflags_set@ +--- Makefile.in.orig Mon Jun 10 13:08:19 2002 ++++ Makefile.in Mon Jun 10 13:09:05 2002 +@@ -131,7 +131,7 @@ + gnomelocaledir = @gnomelocaledir@ + l = @l@ + +-SUBDIRS = intl po macros pixmaps src docs omf-install redhat ++SUBDIRS = intl po macros pixmaps src docs omf-install # redhat + + man_MANS = glunarclock.1 --SUBDIRS = intl po macros src docs debian redhat -+SUBDIRS = intl po macros src docs # debian redhat - ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs - CONFIG_HEADER = config.h diff --git a/astro/glunarclock/files/patch-src::Makefile.in b/astro/glunarclock/files/patch-src::Makefile.in deleted file mode 100644 index 529474097270..000000000000 --- a/astro/glunarclock/files/patch-src::Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- src/Makefile.in 2001/11/13 14:03:25 1.1 -+++ src/Makefile.in 2001/11/13 14:03:55 -@@ -153,7 +153,7 @@ - moonproperties.o CalcEphem.o Moon.o MoonRise.o - glunarclock_DEPENDENCIES = - glunarclock_LDFLAGS = --CFLAGS = @CFLAGS@ -+CFLAGS = @CFLAGS@ $(PIXBUF_CFLAGS) - COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) - CCLD = $(CC) - LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ |