diff options
Diffstat (limited to 'media-libs/glfw/files/glfw-2.7.7-dyn.patch')
-rw-r--r-- | media-libs/glfw/files/glfw-2.7.7-dyn.patch | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/media-libs/glfw/files/glfw-2.7.7-dyn.patch b/media-libs/glfw/files/glfw-2.7.7-dyn.patch new file mode 100644 index 000000000000..4dc4cc242ee7 --- /dev/null +++ b/media-libs/glfw/files/glfw-2.7.7-dyn.patch @@ -0,0 +1,31 @@ +--- lib/x11/Makefile.x11.in ++++ lib/x11/Makefile.x11.in +@@ -8,7 +8,7 @@ + ########################################################################## + # Default: Build GLFW static library + ########################################################################## +-all: libglfw.a libglfw.so ++all: libglfw.a libglfw.so.2.7.7 + + + ########################################################################## +@@ -112,7 +112,7 @@ + ########################################################################## + # Rule for building shared library + ########################################################################## +-libglfw.so: $(SHARED_OBJS) ++libglfw.so.2.7.7: $(SHARED_OBJS) + $(CC) $(SOFLAGS) -o $@ $(SHARED_OBJS) $(LFLAGS) $(LIBS) + + +--- compile.sh ++++ compile.sh +@@ -88,7 +88,7 @@ + case "x`uname 2> /dev/null`" in + xLinux) + GLFW_LIB_CFLAGS="$GLFW_LIB_CFLAGS -D_GLFW_USE_LINUX_JOYSTICKS" +- SOFLAGS="-shared -Wl,-soname,libglfw.so" ++ SOFLAGS="-shared -Wl,-soname,libglfw.so.2.7.7" + echo "Linux" 1>&6 + ;; + xDarwin) |