diff options
Diffstat (limited to 'sysutils/netdump-server/files/patch-Makefile')
-rw-r--r-- | sysutils/netdump-server/files/patch-Makefile | 12 |
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 |