summaryrefslogtreecommitdiff
path: root/games-board/pasang-emas/files/pasang-emas-3.1.0-build.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:58:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:58:29 +0100
commit0cf2f20608308acdf3cb922c3736446bbd8f3388 (patch)
tree07815070629c7c11000a7f51ceb8ccbccb49a809 /games-board/pasang-emas/files/pasang-emas-3.1.0-build.patch
parent1798c4aeca70ac8d0a243684d6a798fbc65735f8 (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'games-board/pasang-emas/files/pasang-emas-3.1.0-build.patch')
-rw-r--r--games-board/pasang-emas/files/pasang-emas-3.1.0-build.patch42
1 files changed, 0 insertions, 42 deletions
diff --git a/games-board/pasang-emas/files/pasang-emas-3.1.0-build.patch b/games-board/pasang-emas/files/pasang-emas-3.1.0-build.patch
deleted file mode 100644
index 93703d8e6d1c..000000000000
--- a/games-board/pasang-emas/files/pasang-emas-3.1.0-build.patch
+++ /dev/null
@@ -1,42 +0,0 @@
---- pasang-emas-2.1.0-orig/src/Makefile.in
-+++ pasang-emas-2.1.0/src/Makefile.in
-@@ -221,11 +221,11 @@
- pasang.vapi \
- pasang.h
-
--LDADD = libpasang.a $(DEPS_LIBS)
-+LDADD = libpasang.a $(DEPS_LIBS) -lm
- INCLUDES = $(DEPS_CFLAGS) \
- --include ../config.h \
- -DLOCALEDIR=\"$(localedir)\" \
-- -DPIXMAPSDIR=\"$(datadir)/pixmaps\" \
-+ -DPIXMAPSDIR=\"/usr/share/pixmaps\" \
- -DDATADIR=\"$(datadir)\" \
- -DTHEME_ROOT_DIR=\"$(datadir)/$(PACKAGE_TARNAME)/themes\" \
- -DUSER_THEME_ROOT_DIR=\".$(PACKAGE_TARNAME)/themes\" \
---- pasang-emas-2.1.0-orig/data/Makefile.in
-+++ pasang-emas-2.1.0/data/Makefile.in
-@@ -229,10 +229,10 @@
- top_builddir = @top_builddir@
- top_srcdir = @top_srcdir@
- SUBDIRS = kayu
--desktopdir = $(datadir)/applications
-+desktopdir = /usr/share/applications
- desktop_in_files = pasang-emas.desktop.in
- desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
--appicondir = $(datadir)/pixmaps
-+appicondir = /usr/share/pixmaps
- appicon_DATA = \
- pasang-emas.png \
- pasang-emas-flash.png
---- pasang-emas-2.1.0-orig/po/Makefile.in.in
-+++ pasang-emas-2.1.0/po/Makefile.in.in
-@@ -34,7 +34,7 @@
- datarootdir = @datarootdir@
- libdir = @libdir@
- DATADIRNAME = @DATADIRNAME@
--itlocaledir = $(prefix)/$(DATADIRNAME)/locale
-+itlocaledir = /usr/share/locale
- subdir = po
- install_sh = @install_sh@
- # Automake >= 1.8 provides @mkdir_p@.