diff options
author | barner <barner@FreeBSD.org> | 2005-07-24 23:33:30 +0800 |
---|---|---|
committer | barner <barner@FreeBSD.org> | 2005-07-24 23:33:30 +0800 |
commit | 06d1832e056e8784bf915a6395bfd4c24b0c25d2 (patch) | |
tree | 290c826237bc7737499b2562e62a97de54784d4e | |
parent | a71e0d91ad18ea2114ff0d5e0935686e2adc7724 (diff) | |
download | freebsd-ports-gnome-06d1832e056e8784bf915a6395bfd4c24b0c25d2.tar.gz freebsd-ports-gnome-06d1832e056e8784bf915a6395bfd4c24b0c25d2.tar.zst freebsd-ports-gnome-06d1832e056e8784bf915a6395bfd4c24b0c25d2.zip |
- Fix build on RELENG_6/amd64 by compiling with -fPIC (needed for
building dynamic libraries).
-rw-r--r-- | net-im/gaim-latex/Makefile | 1 | ||||
-rw-r--r-- | net-im/pidgin-latex/Makefile | 1 | ||||
-rw-r--r-- | net/gaim-latex/Makefile | 1 |
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 |