ports/astro/gkrellmoon2/files/patch-Makefile
Mathieu Arnold 9fa9eb9ac7 Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-26 16:51:15 +00:00

16 lines
391 B
Text

--- Makefile.orig 2002-12-11 03:36:06 UTC
+++ Makefile
@@ -4,12 +4,10 @@ GTK_LIB = `pkg-config gtk+-2.0 --libs`
INSTALLDIR = ${DESTDIR}/usr/lib/gkrellm2/plugins
-FLAGS = -O2 -Wall -fPIC $(GTK_INCLUDE)
+CFLAGS += -Wall -fPIC $(GTK_INCLUDE)
LIBS = $(GTK_LIB)
LFLAGS = -shared
-CC = gcc $(CFLAGS) $(FLAGS)
-
OBJS = gkrellmoon.o MoonRise.o CalcEphem.o Moon.o
gkrellmoon.so: $(OBJS)