summaryrefslogtreecommitdiff
path: root/sysutils/netdump-server/files/patch-Makefile
diff options
context:
space:
mode:
authorSam Lawrance <lawrance@FreeBSD.org>2005-11-11 15:13:45 +0000
committerSam Lawrance <lawrance@FreeBSD.org>2005-11-11 15:13:45 +0000
commit9cb8119ef85c9ba1bdcbdbcfe6613097fa8ed100 (patch)
tree001110359cc0ab3fda95c008ae662495c3ec293d /sysutils/netdump-server/files/patch-Makefile
parent- Remove DEPRECATED and EXPIRATION_DATE since maintainer is hosting src (diff)
Add netdump-server 0.7.7, RedHat server part of netdump/netconsole
package for linux. PR: ports/79049 Submitted by: Stanislav Sedov
Diffstat (limited to 'sysutils/netdump-server/files/patch-Makefile')
-rw-r--r--sysutils/netdump-server/files/patch-Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/sysutils/netdump-server/files/patch-Makefile b/sysutils/netdump-server/files/patch-Makefile
new file mode 100644
index 000000000000..31bcff5954f8
--- /dev/null
+++ b/sysutils/netdump-server/files/patch-Makefile
@@ -0,0 +1,12 @@
+--- Makefile.orig Tue Mar 1 20:33:03 2005
++++ Makefile Sat Mar 19 16:53:49 2005
+@@ -1,7 +1,7 @@
+ DEBUG_FLAGS=-Wall -g
+
+-CFLAGS=`glib-config --cflags` $(DEBUG_FLAGS) -D_FILE_OFFSET_BITS=64
+-LDFLAGS=`glib-config --libs` -lpopt
++CFLAGS += `pkg-config --cflags glib-2.0` $(DEBUG_FLAGS) -D_FILE_OFFSET_BITS=64 -I /usr/local/include
++LDFLAGS += `pkg-config --libs glib-2.0` -L/usr/local/lib -lpopt
+
+ VERSION=$(shell awk '/Version:/ { print $$2 }' netdump.spec)
+ # Used to append this to CVSTAG: _$(subst .,-,$(RELEASE)), but now that