d87fa70296
needed allows this to work with minbif and other purple-using things ok alek@
13 lines
350 B
Plaintext
13 lines
350 B
Plaintext
$OpenBSD: patch-Makefile,v 1.1 2012/10/14 20:44:06 jcs Exp $
|
|
--- Makefile.orig Fri Oct 12 20:28:55 2012
|
|
+++ Makefile Fri Oct 12 20:29:19 2012
|
|
@@ -2,7 +2,7 @@ LOCALBASE?= /usr/local
|
|
PREFIX?= ${LOCALBASE}
|
|
CTAGSCMD?= ectags
|
|
|
|
-CFLAGS+=`pkg-config pidgin --cflags` \
|
|
+CFLAGS+=`pkg-config purple --cflags` \
|
|
-I${LOCALBASE}/include \
|
|
-fPIC \
|
|
-Wall
|