- Fix a problem with the libdir of a file (libmikmod.la). It was pointing to the STAGEDIR.

This commit is contained in:
Danilo Egea Gondolfo 2014-01-19 17:31:48 +00:00
parent dc4ce01bf6
commit 32c0fcb63e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=340326
2 changed files with 12 additions and 0 deletions

View file

@ -3,6 +3,7 @@
PORTNAME= libmikmod
PORTVERSION= 3.1.12
PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= SF/mikmod/libmikmod%20%28source%29/${PORTVERSION}/

View file

@ -0,0 +1,11 @@
--- ./libmikmod/Makefile.in.orig 2014-01-19 10:54:34.000000000 -0200
+++ ./libmikmod/Makefile.in 2014-01-19 10:54:45.000000000 -0200
@@ -72,7 +72,7 @@
rm -f Makefile
$(LIB): $(OBJ)
- $(LIBTOOL) --mode=link $(CC) -version-info 2:4:0 -o $@ $(OBJ) $(LIBRARY_LIB) -rpath $(DESTDIR)$(libdir)
+ $(LIBTOOL) --mode=link $(CC) -version-info 2:4:0 -o $@ $(OBJ) $(LIBRARY_LIB) -rpath $(libdir)
dl_hpux.lo: $(top_srcdir)/dlapi/dl_hpux.c \
$(top_srcdir)/dlapi/dlfcn.h