mirror of
https://git.freebsd.org/ports.git
synced 2025-05-20 11:03:09 -04:00
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
16 lines
391 B
Text
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)
|