11 lines
289 B
Text
11 lines
289 B
Text
--- 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
|