diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-11-13 14:07:07 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-11-13 14:07:07 +0000 |
commit | 4f087caa8bb2c84082858e0f125480cc646bbb6a (patch) | |
tree | 5bb7aef29481a464b34c1976aba54b5ab1b8d6da /astro | |
parent | 2bf8d40568f9debf04beb0e0ea448ea2e73ac0e9 (diff) | |
download | ports-4f087caa8bb2c84082858e0f125480cc646bbb6a.tar.gz ports-4f087caa8bb2c84082858e0f125480cc646bbb6a.zip |
Notes
Diffstat (limited to 'astro')
-rw-r--r-- | astro/glunarclock/files/patch-src::Makefile.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/astro/glunarclock/files/patch-src::Makefile.in b/astro/glunarclock/files/patch-src::Makefile.in new file mode 100644 index 000000000000..529474097270 --- /dev/null +++ b/astro/glunarclock/files/patch-src::Makefile.in @@ -0,0 +1,14 @@ + +$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 $@ |