summaryrefslogtreecommitdiff
path: root/sysutils/fonteditfs/files/patch-Makefile
diff options
context:
space:
mode:
authorMarcelo Araujo <araujo@FreeBSD.org>2009-08-30 23:45:01 +0000
committerMarcelo Araujo <araujo@FreeBSD.org>2009-08-30 23:45:01 +0000
commit720e2612090575d81a47fde3333b111942d12894 (patch)
tree229afb9ec2c5e9b8300ed8ace7a02b145b50ec01 /sysutils/fonteditfs/files/patch-Makefile
parent- Update to 1.64.6. (diff)
- Update to 1.2.
PR: ports/138316 Submitted by: Sylvio Cesar <scjamorim@bsd.com.br> Approved by: Uri Shaked <uri@salsa4fun.co.il> (maintainer)
Notes
Notes: svn path=/head/; revision=240580
Diffstat (limited to 'sysutils/fonteditfs/files/patch-Makefile')
-rw-r--r--sysutils/fonteditfs/files/patch-Makefile17
1 files changed, 8 insertions, 9 deletions
diff --git a/sysutils/fonteditfs/files/patch-Makefile b/sysutils/fonteditfs/files/patch-Makefile
index 29983da20bef..dca3d68edc7e 100644
--- a/sysutils/fonteditfs/files/patch-Makefile
+++ b/sysutils/fonteditfs/files/patch-Makefile
@@ -1,7 +1,7 @@
---- Makefile.orig 2009-01-04 01:11:33.000000000 +0800
-+++ Makefile 2009-01-04 01:13:51.000000000 +0800
-@@ -1,22 +1,16 @@
- # Makefile for Fonteditfs.
+--- Makefile.orig 2003-09-20 12:17:34.000000000 -0300
++++ Makefile 2009-08-29 14:56:21.000000000 -0300
+@@ -2,12 +2,7 @@
+ # - TODO: MAKE NEATER ONE
# This makefile should work under most POSIX OSes (at least FreeBSD)
-BINDIR = /usr/local/bin
@@ -11,12 +11,11 @@
-CFLAGS = -O2 -pipe -Wall
-
+all: fnteditfs
- fnteditfs: fnteditfs.o font.o
- gcc -o fnteditfs fnteditfs.o font.o -lcurses
+ fnteditfs: fnteditfs.o font.o stack.o
+ gcc -o fnteditfs fnteditfs.o font.o stack.o -lcurses
strip fnteditfs
-
--fnteditfs.o: fnteditfs.c font.h
- font.o: font.c font.h
+@@ -17,8 +12,8 @@
+ stack.o: stack.c stack.h
install: fnteditfs fnteditfs.1
- cp fnteditfs $(BINDIR)