diff options
author | Chema Alonso Josa <nimiux@gentoo.org> | 2017-02-02 15:17:07 +0100 |
---|---|---|
committer | Chema Alonso Josa <nimiux@gentoo.org> | 2017-02-02 15:17:44 +0100 |
commit | b2a49de72b3773221adb89fce881dc25a22495a9 (patch) | |
tree | a6a823ce8c8329dcf264f6068b70642c8ad7c422 /app-emulation | |
parent | dev-lang/swig: version bump to 3.0.12 (diff) | |
download | gentoo-b2a49de72b3773221adb89fce881dc25a22495a9.tar.gz gentoo-b2a49de72b3773221adb89fce881dc25a22495a9.tar.bz2 gentoo-b2a49de72b3773221adb89fce881dc25a22495a9.zip |
app-emulation/free42: Removes compiler warning.
Fixes bug #595076
Package-Manager: portage-2.3.3
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/free42/files/free42-1.5.13-fix-makefile.patch | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/app-emulation/free42/files/free42-1.5.13-fix-makefile.patch b/app-emulation/free42/files/free42-1.5.13-fix-makefile.patch index 29c3bb5f5e5e..bc7cf3f1c8c7 100644 --- a/app-emulation/free42/files/free42-1.5.13-fix-makefile.patch +++ b/app-emulation/free42/files/free42-1.5.13-fix-makefile.patch @@ -1,7 +1,7 @@ diff -Nuar a/gtk/Makefile b/gtk/Makefile ---- a/gtk/Makefile 2016-10-04 03:45:02.000000000 +0200 -+++ b/gtk/Makefile 2016-11-26 22:06:25.599990576 +0100 -@@ -15,11 +15,10 @@ +--- a/gtk/Makefile 2017-01-22 22:03:38.000000000 +0100 ++++ b/gtk/Makefile 2017-02-02 15:08:32.589997985 +0100 +@@ -15,11 +15,11 @@ # along with this program; if not, see http://www.gnu.org/licenses/. ############################################################################### @@ -11,10 +11,11 @@ diff -Nuar a/gtk/Makefile b/gtk/Makefile -Wno-parentheses \ -Wno-write-strings \ - -g \ ++ -Wno-error=narrowing \ -I/usr/X11R6/include \ $(shell pkg-config --cflags gtk+-2.0) \ -DVERSION="\"$(shell cat ../VERSION)\"" \ -@@ -27,21 +26,25 @@ +@@ -27,21 +27,25 @@ -DDECIMAL_GLOBAL_ROUNDING=1 \ -DDECIMAL_GLOBAL_ROUNDING_ACCESS_FUNCTIONS=1 \ -DDECIMAL_GLOBAL_EXCEPTION_FLAGS=1 \ @@ -31,8 +32,8 @@ diff -Nuar a/gtk/Makefile b/gtk/Makefile + ${CXXFLAGS} -LDFLAGS = -L/usr/X11R6/lib -+MYLDFLAGS = -L/usr/X11R6/lib -LIBS = gcc111libbid.a -lXmu $(shell pkg-config --libs gtk+-2.0) ++MYLDFLAGS = -L/usr/X11R6/lib +LIBS = gcc111libbid.a -lX11 -ldl -lXmu $(shell pkg-config --libs gtk+-2.0) ifeq "$(shell uname -s)" "Linux" @@ -46,7 +47,7 @@ diff -Nuar a/gtk/Makefile b/gtk/Makefile SRCS = shell_main.cc shell_skin.cc skins.cc keymap.cc shell_loadimage.cc \ shell_spool.cc core_main.cc core_commands1.cc core_commands2.cc \ core_commands3.cc core_commands4.cc core_commands5.cc \ -@@ -83,7 +86,7 @@ +@@ -83,7 +87,7 @@ endif $(EXE): $(OBJS) |