mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2025-04-21 12:27:27 +03:00
new package libdumb: mod/xm player (dumbplay) plus player library for games
This commit is contained in:
26
libdumb/patches/010-makefile.patch
Normal file
26
libdumb/patches/010-makefile.patch
Normal file
@@ -0,0 +1,26 @@
|
||||
Index: dumb-0.9.3/Makefile
|
||||
===================================================================
|
||||
--- dumb-0.9.3.orig/Makefile 2011-06-07 10:30:24.000000000 +0200
|
||||
+++ dumb-0.9.3/Makefile 2011-06-07 10:57:15.000000000 +0200
|
||||
@@ -22,7 +22,7 @@
|
||||
# (Note that this is unable to delete the dumbask
|
||||
# executable if the configuration is absent.)
|
||||
|
||||
-MAKEFILE = Makefile.rdy
|
||||
+MAKEFILE = Makefile
|
||||
|
||||
.PHONY: all install uninstall clean veryclean distclean config config-if-necessary make-outdirs
|
||||
|
||||
@@ -80,9 +80,9 @@
|
||||
DEFAULT_PREFIX := /usr/local
|
||||
endif
|
||||
export DEFAULT_PREFIX
|
||||
-INCLUDE_INSTALL_PATH := $(PREFIX)/include
|
||||
-LIB_INSTALL_PATH := $(PREFIX)/lib
|
||||
-BIN_INSTALL_PATH := $(PREFIX)/bin
|
||||
+INCLUDE_INSTALL_PATH := $(DESTDIR)$(PREFIX)/include
|
||||
+LIB_INSTALL_PATH := $(DESTDIR)$(PREFIX)/lib
|
||||
+BIN_INSTALL_PATH := $(DESTDIR)$(PREFIX)/bin
|
||||
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user