diff options
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 |