summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Barner <barner@FreeBSD.org>2005-07-24 15:33:30 +0000
committerSimon Barner <barner@FreeBSD.org>2005-07-24 15:33:30 +0000
commit9cde2dc6c20984dc117ffadfdee783dc916219f6 (patch)
tree3467093333b1320c906b6538141efe3b74bd2b4e
parentUpdate to 0.7.1. (diff)
- Fix build on RELENG_6/amd64 by compiling with -fPIC (needed for
building dynamic libraries).
Notes
Notes: svn path=/head/; revision=140011
-rw-r--r--net-im/gaim-latex/Makefile1
-rw-r--r--net-im/pidgin-latex/Makefile1
-rw-r--r--net/gaim-latex/Makefile1
3 files changed, 3 insertions, 0 deletions
diff --git a/net-im/gaim-latex/Makefile b/net-im/gaim-latex/Makefile
index 50cffb7ff08f..2fac077597ff 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 50cffb7ff08f..2fac077597ff 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
diff --git a/net/gaim-latex/Makefile b/net/gaim-latex/Makefile
index 50cffb7ff08f..2fac077597ff 100644
--- a/net/gaim-latex/Makefile
+++ b/net/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