summaryrefslogtreecommitdiff
path: root/x11-themes
diff options
context:
space:
mode:
authorJean-Yves Lefort <jylefort@FreeBSD.org>2005-06-07 07:46:48 +0000
committerJean-Yves Lefort <jylefort@FreeBSD.org>2005-06-07 07:46:48 +0000
commit05f2d5fde6b7353b59771af9c3a1ad09cb7b0b27 (patch)
tree3c453cf972aa80c48cd0b5aaca18c5c64ca9fd05 /x11-themes
parentUpdate to 1.0.4 (diff)
Compile with the -fPIC flag, which is needed on some platforms.
Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=136965
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/gtk-bluecurve-theme/Makefile2
-rw-r--r--x11-themes/qt-bluecurve-theme/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/x11-themes/gtk-bluecurve-theme/Makefile b/x11-themes/gtk-bluecurve-theme/Makefile
index 3fc277ef194a..f01396f24890 100644
--- a/x11-themes/gtk-bluecurve-theme/Makefile
+++ b/x11-themes/gtk-bluecurve-theme/Makefile
@@ -45,7 +45,7 @@ post-patch:
do-build:
.for v in 1 2
cd ${GTK${v}_WRKSRC} && \
- ${CC} ${CFLAGS} -Wl,-export-dynamic -shared \
+ ${CC} ${CFLAGS} -Wl,-export-dynamic -shared -fPIC \
${GTK${v}_CFLAGS} ${GTK${v}_LIBS} -o libbluecurve.so \
${GTK${v}_SOURCES}
.endfor
diff --git a/x11-themes/qt-bluecurve-theme/Makefile b/x11-themes/qt-bluecurve-theme/Makefile
index 5eeb1fda5652..50f8c14361c7 100644
--- a/x11-themes/qt-bluecurve-theme/Makefile
+++ b/x11-themes/qt-bluecurve-theme/Makefile
@@ -29,7 +29,7 @@ post-patch:
do-build:
cd ${BUILD_WRKSRC} && \
${MOC} -o bluecurve.moc bluecurve.h && \
- ${CXX} ${CXXFLAGS} -Wl,-export-dynamic -shared \
+ ${CXX} ${CXXFLAGS} -Wl,-export-dynamic -shared -fPIC \
${QT_CFLAGS} ${QT_LIBS} -o bluecurve.so \
bluecurve.cpp plugin.cpp