ports/net/pidgin-icb/patches/patch-Makefile

12 lines
289 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
--- 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