diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2002-11-12 12:37:46 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2002-11-12 12:37:46 +0000 |
commit | b374eea660a90b124f14b7f41fe1fa9d39503b8d (patch) | |
tree | 9640c4cfad72df082a609348a0532c72455bea25 /editors/em/files/patch-Makefile | |
parent | Update to 0.9.0.16 (diff) |
Update to 0.9.0.17
PR 33386
Submitted by: Tadashi Yumoto <yumoto@mail.forks.co.jp>
Notes
Notes:
svn path=/head/; revision=69950
Diffstat (limited to 'editors/em/files/patch-Makefile')
-rw-r--r-- | editors/em/files/patch-Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/editors/em/files/patch-Makefile b/editors/em/files/patch-Makefile new file mode 100644 index 000000000000..b714103718fa --- /dev/null +++ b/editors/em/files/patch-Makefile @@ -0,0 +1,22 @@ +--- Makefile.orig Sun Jan 28 03:45:52 2001 ++++ Makefile Tue Nov 12 13:29:56 2002 +@@ -14,18 +14,15 @@ + + # DO NOT ADD OR MODIFY ANY LINES ABOVE THIS -- make source creates them + +-CC=gcc +-CFLAGS=-O3 -pipe # FreeBSD + #CC=c89 +O3 # HP + #CFLAGS= -D_HPUX_SOURCE -DSYSV + #CFLAGS=-O4 -DSVR4 # Sun + #CFLAGS=-O -qchars=signed # RS/6000 + #DEFINES=-DAUTOCONF -DPOSIX -DUSG # Linux + #DEFINES=-DAUTOCONF +-DEFINES=-I/usr/include # FreeBSD + #LIBS=-ltermcap # BSD + #LIBS=-lcurses # SYSV +-LIBS=-ltermlib -lcompat ++LIBS+=-ltermlib -lcompat + #LIBS=-L/usr/lib/termcap -ltermcap + LFLAGS=-hbx + BINDIR=/usr/local/bin # Linux & FreeBSD |