summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-07-23 17:54:07 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-07-23 17:54:07 +0000
commit45193b30d6e48178c8330ab33d58014098bfb942 (patch)
tree223463bdcce5dc83f8dac7a18f00fe8dfafd8c0a /mail
parentBROKEN: Unfetchable (diff)
- Attempt to fix build on amd64
Reported by: krismail
Notes
Notes: svn path=/head/; revision=139980
Diffstat (limited to 'mail')
-rw-r--r--mail/gmail-notify/files/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/gmail-notify/files/Makefile b/mail/gmail-notify/files/Makefile
index 3fb60a56736d..e41173e1bc5c 100644
--- a/mail/gmail-notify/files/Makefile
+++ b/mail/gmail-notify/files/Makefile
@@ -1,10 +1,10 @@
# $FreeBSD$
# Makefile to build trayicon.so
-CFLAGS = `pkg-config --cflags gtk+-2.0 pygtk-2.0` -I${PREFIX}/include/python2.4/ -I. -Wall -I${PREFIX}/share/pygtk/2.0 -I${PREFIX}/libdata/pkgconfig -DEGG_COMPILATION
+CFLAGS = `pkg-config --cflags gtk+-2.0 pygtk-2.0` -I${LOCALBASE}/include/python2.4/ -I. -Wall -I${LOCALBASE}/share/pygtk/2.0 -I${LOCALBASE}/libdata/pkgconfig -DEGG_COMPILATION -fPIC
LDFLAGS = `pkg-config --libs gtk+-2.0 pygtk-2.0`
-DEFS_DIR= ${PREFIX}/share/pygtk/2.0/defs/
+DEFS_DIR= ${LOCALBASE}/share/pygtk/2.0/defs/
CODEGEN = pygtk-codegen-2.0