diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-06-07 07:46:48 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-06-07 07:46:48 +0000 |
commit | 05f2d5fde6b7353b59771af9c3a1ad09cb7b0b27 (patch) | |
tree | 3c453cf972aa80c48cd0b5aaca18c5c64ca9fd05 /x11-themes/gtk-bluecurve-theme | |
parent | Update 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/gtk-bluecurve-theme')
-rw-r--r-- | x11-themes/gtk-bluecurve-theme/Makefile | 2 |
1 files changed, 1 insertions, 1 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 |