Gentoo Archives: gentoo-commits

From: "Andreas HAttel (dilfridge)" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-editors/dhex/files: dhex-0.63-Makefile.patch
Date: Sun, 30 Jan 2011 16:25:52
Message-Id: 20110130162541.7796320057@flycatcher.gentoo.org
1 dilfridge 11/01/30 16:25:41
2
3 Added: dhex-0.63-Makefile.patch
4 Log:
5 New application, fixes bug 121086. Thanks to Adrian Frühwirth for the original ebuild.
6
7 (Portage version: 2.1.9.35/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 app-editors/dhex/files/dhex-0.63-Makefile.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/dhex/files/dhex-0.63-Makefile.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/dhex/files/dhex-0.63-Makefile.patch?rev=1.1&content-type=text/plain
14
15 Index: dhex-0.63-Makefile.patch
16 ===================================================================
17 diff -ruN dhex_0.63.orig/Makefile dhex_0.63/Makefile
18 --- dhex_0.63.orig/Makefile 2011-01-29 00:19:37.000000000 +0100
19 +++ dhex_0.63/Makefile 2011-01-30 17:13:51.000000000 +0100
20 @@ -1,11 +1,4 @@
21 -CC= gcc
22 -LDFLAGS= -L/usr/lib -L/usr/local/lib -L/usr/lib/ncurses -L/usr/local/lib/ncurses
23 -CPPFLAGS= -I/usr/include -I/usr/local/include -I/usr/include/ncurses -I/usr/local/include/ncurses
24 -CFLAGS= -O3 -Wall -std=c99
25 -#CFLAGS+= -ffunction-sections -fdata-sections
26 -#LDFLAGS+= --gc-sections
27 LIBS= -lncurses
28 -DESTDIR= /usr/local/
29
30 OFILES=buffers.o input.o output.o machine_type.o main.o menu.o ui.o hexcalc.o search.o gpl.o configfile.o markers.o