aboutsummaryrefslogtreecommitdiffstats
path: root/net-im
diff options
context:
space:
mode:
authorbarner <barner@FreeBSD.org>2005-07-24 23:33:30 +0800
committerbarner <barner@FreeBSD.org>2005-07-24 23:33:30 +0800
commit06d1832e056e8784bf915a6395bfd4c24b0c25d2 (patch)
tree290c826237bc7737499b2562e62a97de54784d4e /net-im
parenta71e0d91ad18ea2114ff0d5e0935686e2adc7724 (diff)
downloadfreebsd-ports-graphics-06d1832e056e8784bf915a6395bfd4c24b0c25d2.tar.gz
freebsd-ports-graphics-06d1832e056e8784bf915a6395bfd4c24b0c25d2.tar.zst
freebsd-ports-graphics-06d1832e056e8784bf915a6395bfd4c24b0c25d2.zip
- Fix build on RELENG_6/amd64 by compiling with -fPIC (needed for
building dynamic libraries).
Diffstat (limited to 'net-im')
-rw-r--r--net-im/gaim-latex/Makefile1
-rw-r--r--net-im/pidgin-latex/Makefile1
2 files changed, 2 insertions, 0 deletions
diff --git a/net-im/gaim-latex/Makefile b/net-im/gaim-latex/Makefile
index 50cffb7ff08..2fac077597f 100644
--- a/net-im/gaim-latex/Makefile
+++ b/net-im/gaim-latex/Makefile
@@ -22,6 +22,7 @@ RUN_DEPENDS= gaim:${PORTSDIR}/net/gaim \
latex:${PORTSDIR}/print/teTeX \
convert:${PORTSDIR}/graphics/ImageMagick
+CFLAGS+= "-fPIC"
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_GNOME= gtk20
diff --git a/net-im/pidgin-latex/Makefile b/net-im/pidgin-latex/Makefile
index 50cffb7ff08..2fac077597f 100644
--- a/net-im/pidgin-latex/Makefile
+++ b/net-im/pidgin-latex/Makefile
@@ -22,6 +22,7 @@ RUN_DEPENDS= gaim:${PORTSDIR}/net/gaim \
latex:${PORTSDIR}/print/teTeX \
convert:${PORTSDIR}/graphics/ImageMagick
+CFLAGS+= "-fPIC"
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_GNOME= gtk20