1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/audio/esound/files/patch-aa

20 lines
486 B
Plaintext
Raw Normal View History

1998-12-23 19:22:08 +00:00
--- Makefile.in.orig Tue Dec 15 01:22:45 1998
+++ Makefile.in Wed Dec 23 04:57:49 1998
@@ -110,14 +110,14 @@
esdfile.c \
audio.c
-libesd_la_LDFLAGS = -version-info @ESD_VERSION_INFO@
1999-01-05 02:16:48 +00:00
+libesd_la_LDFLAGS = -version-info 1:0:0
1998-12-23 19:22:08 +00:00
libesd_la_LIBADD = @AUDIOFILE_LIBS@ -lm
EXTRA_LTLIBRARIES = \
libesddsp.la
-libesddsp_la_LDFLAGS = -rpath $(libdir) -version-info @ESD_VERSION_INFO@
1999-01-05 02:16:48 +00:00
+libesddsp_la_LDFLAGS = -rpath $(libdir) -version-info 1:0:0
1998-12-23 19:22:08 +00:00
libesddsp_la_LIBADD = -ldl -lm