Commits

Mark Duling authored 1c10b7f4c3d
Bug: NONE Submitted by: markd@opendarwin.org Reviewed by: Approved by: Obtained from: New port.

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@17852 d073be05-634f-4543-b044-5fe20cf6d1d6
No tags

net/gkwebmon/files/patch-Makefile

Added
1 +--- Makefile.org 2003-11-10 07:30:55.000000000 -0800
2 ++++ Makefile 2006-05-03 10:39:05.000000000 -0700
3 +@@ -11,7 +11,7 @@
4 + FLAGS = -O2 -Wall -fPIC $(GTK_INCLUDE)
5 + LIBS = $(GTK_LIB)
6 +
7 +-LFLAGS = -shared -lssl -lpthread
8 ++LFLAGS = -dynamic -bundle -undefined suppress -flat_namespace -lssl -lpthread
9 +
10 + CC = gcc $(CFLAGS) $(FLAGS)
11 + #CC = gcc -DDEBUG $(CFLAGS) $(FLAGS)
12 +@@ -22,7 +22,7 @@
13 + $(CC) $(OBJS) -o gkwebmon.so $(LFLAGS) $(LIBS)
14 +
15 + install: gkwebmon.so
16 +- install gkwebmon.so $(PLUGIN_DIR)
17 ++ install gkwebmon.so $(DESTDIR)$(PLUGIN_DIR)
18 +
19 + uninstall:
20 + rm -f $(PLUGIN_DIR)/gkwebmon.so

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut