freebsd-ports/irc/gaim-irchelper/files/patch-Makefile
Michael Johnson eb5af4f704 - Add gaim-irchelper
o Gaim plugin that enhances the usability of the IRC protocol
2005-09-05 01:24:05 +00:00

24 lines
590 B
Text

--- Makefile.orig Mon Jul 25 00:54:12 2005
+++ Makefile Sun Sep 4 20:31:58 2005
@@ -7,10 +7,10 @@
# *nix Plugin Directory Settings
- PLUGINDIR=$(HOME)/.gaim/plugins
+ #PLUGINDIR=$(HOME)/.gaim/plugins
# Uncomment this to install the plugin for all users.
- #PLUGINDIR=$(shell pkg-config --variable=libdir gaim)/gaim
+ PLUGINDIR=$(shell pkg-config --variable=libdir gaim)/gaim
else
@@ -45,7 +45,7 @@
endif
# Common Compiler Stuff
-CC = gcc
+CC ?= gcc
DEFINES=-DPACKAGE=\"$(PACKAGE)\" -DVERSION=\"$(VERSION)\"
CFLAGS ?= -g3 -O2 -Wall
override CFLAGS += $(DEFINES)