diff options
-rw-r--r-- | audio/esound/Makefile | 1 | ||||
-rw-r--r-- | audio/esound/files/patch-esddsp.in | 11 |
2 files changed, 12 insertions, 0 deletions
diff --git a/audio/esound/Makefile b/audio/esound/Makefile index 03b36e9bbe6b..b415b4dc3aba 100644 --- a/audio/esound/Makefile +++ b/audio/esound/Makefile @@ -7,6 +7,7 @@ PORTNAME= esound PORTVERSION= 0.2.32 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.2 diff --git a/audio/esound/files/patch-esddsp.in b/audio/esound/files/patch-esddsp.in new file mode 100644 index 000000000000..da937fd6d71f --- /dev/null +++ b/audio/esound/files/patch-esddsp.in @@ -0,0 +1,11 @@ +--- esddsp.in.orig Sun Oct 5 15:31:52 2003 ++++ esddsp.in Sun Oct 5 15:32:08 2003 +@@ -97,7 +97,7 @@ + prefix=@prefix@ + exec_prefix=@exec_prefix@ + +-LD_PRELOAD="@libdir@/libesddsp.so.@ESD_MAJOR_VERSION@ @libdir@/libesd.so.@ESD_MAJOR_VERSION@ $LD_PRELOAD" ++LD_PRELOAD="@libdir@/libesddsp.so @libdir@/libesd.so $LD_PRELOAD" + export LD_PRELOAD + + # invoke the program with the args given |