diff options
author | vs <vs@FreeBSD.org> | 2005-08-31 01:08:27 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-08-31 01:08:27 +0800 |
commit | bcd2652930e56e72f3d668918388b7b536d4dc1b (patch) | |
tree | bda4d8eaf96289d6a65caae561446f6c02b7edf9 /net-im | |
parent | b60db6eb1a3389488f43e4b6ab3dc911b22b3a8d (diff) | |
download | freebsd-ports-gnome-bcd2652930e56e72f3d668918388b7b536d4dc1b.tar.gz freebsd-ports-gnome-bcd2652930e56e72f3d668918388b7b536d4dc1b.tar.zst freebsd-ports-gnome-bcd2652930e56e72f3d668918388b7b536d4dc1b.zip |
s/PTHREAD_FLAGS/PTHREAD_CFLAGS/
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/gyach/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/gyach/Makefile b/net-im/gyach/Makefile index 7c8de9556eb2..5e9edd0c1d19 100644 --- a/net-im/gyach/Makefile +++ b/net-im/gyach/Makefile @@ -15,7 +15,7 @@ MAINTAINER?= aaron@snaphat.com COMMENT= Gyach is a GTK+ based Yahoo! Chat client GNU_CONFIGURE= yes -CONFIGURE_ENV= CFLAGS="${CFLAGS} ${PTHREAD_FLAGS}" \ +CONFIGURE_ENV= CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}" \ LDFLAGS="${LDFLAGS} ${PTHREAD_LIBS}" USE_GNOME= gtk20 USE_X_PREFIX= yes |