7fb227f871
console_client.so (the game menus) by making it a dynamic library [1]. - Change INSTALLS_SHLIB to USE_LDCONFIG. - Remove STATIC_PLUGINS option. - Bump PORTREVISION. Reported by: scalopus@gmail.com Obtained from: https://bugzilla.altlinux.org/show_bug.cgi?id=8853 [1]
11 lines
537 B
Text
11 lines
537 B
Text
--- ./libs/video/renderer/Makefile.in.orig Sun May 2 17:52:09 2004
|
|
+++ ./libs/video/renderer/Makefile.in Fri Dec 29 17:41:47 2006
|
|
@@ -409,7 +409,7 @@
|
|
libQFrenderer_gl_la_LIBADD = gl/libgl.la
|
|
libQFrenderer_gl_la_SOURCES = $(common_sources)
|
|
libQFrenderer_gl_la_DEPENDENCIES = gl/libgl.la
|
|
-libQFrenderer_sw_la_LDFLAGS = @STATIC@
|
|
+libQFrenderer_sw_la_LDFLAGS = -version-info 1:0:0 -rpath $(libdir)
|
|
libQFrenderer_sw_la_LIBADD = sw/libsw.la
|
|
libQFrenderer_sw_la_SOURCES = $(common_sources)
|
|
libQFrenderer_sw_la_DEPENDENCIES = sw/libsw.la
|