diff options
author | taoka <taoka@FreeBSD.org> | 1999-04-30 04:55:56 +0000 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 1999-04-30 04:55:56 +0000 |
commit | 634d3ca013d1de00cc909be2e060b4e25d9f726d (patch) | |
tree | 4caac64b26c7dfecfe8db9724cdc80d471e93573 /astro/wmsun/files | |
parent | 418618d925cb067b960b26c8a4e809b502f3c798 (diff) | |
download | FreeBSD-ports-634d3ca013d1de00cc909be2e060b4e25d9f726d.zip FreeBSD-ports-634d3ca013d1de00cc909be2e060b4e25d9f726d.tar.gz |
A dockapp that displays the rise and set time of the sun
PR: 11174
Submitted by: Chris Piazza <cpiazza@home.net>
Diffstat (limited to 'astro/wmsun/files')
-rw-r--r-- | astro/wmsun/files/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/astro/wmsun/files/patch-aa b/astro/wmsun/files/patch-aa new file mode 100644 index 0000000..c793620 --- /dev/null +++ b/astro/wmsun/files/patch-aa @@ -0,0 +1,13 @@ +--- Makefile.orig Fri Apr 16 15:27:34 1999 ++++ Makefile Fri Apr 16 15:27:56 1999 +@@ -1,6 +1,7 @@ +-CC = gcc +-CFLAGS = -O2 -Wall +-INCDIR = -I/usr/X11R6/include/X11 ++CC ?= gcc ++CFLAGS ?= -O2 ++CFLAGS += -Wall ++INCDIR = -I/usr/X11R6/include + DESTDIR= /usr/X11R6 + LIBDIR = -L/usr/X11R6/lib + |