diff options
Diffstat (limited to 'audio/openal/files/patch-src:Makefile.in')
| -rw-r--r-- | audio/openal/files/patch-src:Makefile.in | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/audio/openal/files/patch-src:Makefile.in b/audio/openal/files/patch-src:Makefile.in new file mode 100644 index 000000000000..098969325e00 --- /dev/null +++ b/audio/openal/files/patch-src:Makefile.in @@ -0,0 +1,21 @@ +--- src/Makefile.in.orig Sat Sep 9 07:15:48 2000 ++++ src/Makefile.in Fri Oct 13 05:51:52 2000 +@@ -81,7 +81,6 @@ + rm -f $(EXT_OBJS) + rm -f $(EXT_DLL_OBJS) + rm -f libopenal.a +- rm -f libopenal.$(SO_EXT).$(VERSION) + rm -f libopenal.$(SO_EXT).$(MAJOR_VERSION) + rm -f libopenal.$(SO_EXT) + rm -f core +@@ -103,8 +102,8 @@ + libopenal.so: $(AL_OBJS) $(ALC_OBJS) $(AC_OBJS) $(ALUT_OBJS) extensions + $(CC) -shared \ + -Wl,-soname \ +- -Wl,libopenal-$(MAJOR_VERSION).$(MINOR_VERSION).so \ +- -o libopenal.so.$(VERSION) \ ++ -Wl,libopenal.so.$(MAJOR_VERSION) \ ++ -o libopenal.so.$(MAJOR_VERSION) \ + $(AL_OBJS) \ + $(ALC_OBJS) \ + $(AC_OBJS) \ |
