diff options
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 |