aboutsummaryrefslogtreecommitdiffstats
path: root/mail/gmail-notify
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2005-07-24 01:54:07 +0800
committerpav <pav@FreeBSD.org>2005-07-24 01:54:07 +0800
commitc0c27e9289819b399974cd4e1c341ad7f6584e00 (patch)
treedb4f02f35bbcb6e9c1bbad72e6f3fc82ba23414e /mail/gmail-notify
parente11c3cead0971e9ef010760bd9bc8bcc39502d31 (diff)
downloadfreebsd-ports-gnome-c0c27e9289819b399974cd4e1c341ad7f6584e00.tar.gz
freebsd-ports-gnome-c0c27e9289819b399974cd4e1c341ad7f6584e00.tar.zst
freebsd-ports-gnome-c0c27e9289819b399974cd4e1c341ad7f6584e00.zip
- Attempt to fix build on amd64
Reported by: krismail
Diffstat (limited to 'mail/gmail-notify')
-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