diff options
| author | Kris Kennaway <kris@FreeBSD.org> | 2001-03-10 06:35:23 +0000 |
|---|---|---|
| committer | Kris Kennaway <kris@FreeBSD.org> | 2001-03-10 06:35:23 +0000 |
| commit | f078732dfdc79dc32b83a4a9f6e3fc41eec50691 (patch) | |
| tree | 95c3ac00b5a406976cb98e0b7de5f1d509c19b6e /emulators/dlx/files/patch-aa | |
| parent | 18471966b6f1dbfba05d5c6c5200e9474edf5107 (diff) | |
Fix plist and take the opportunity to make the port respect CFLAGS
Diffstat (limited to 'emulators/dlx/files/patch-aa')
| -rw-r--r-- | emulators/dlx/files/patch-aa | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/emulators/dlx/files/patch-aa b/emulators/dlx/files/patch-aa index 8f892449f2d0..9cddf90b31fe 100644 --- a/emulators/dlx/files/patch-aa +++ b/emulators/dlx/files/patch-aa @@ -1,8 +1,14 @@ ---- dlxsim/Makefile.orig Sat Dec 26 13:14:21 1998 -+++ dlxsim/Makefile Sat Dec 26 13:14:41 1998 -@@ -11,7 +11,7 @@ - CC = cc - CFLAGS = -g -I. -Itcl +--- dlxsim/Makefile.orig Tue Dec 18 12:26:43 1990 ++++ dlxsim/Makefile Fri Mar 9 22:23:17 2001 +@@ -7,11 +7,10 @@ + LIBS = tcl/tcl.a + #LIBS = tcl/tcl.a -lBSD + +-CC = gcc +-CC = cc +-CFLAGS = -g -I. -Itcl ++CC ?= cc ++CFLAGS += -g -I. -Itcl DEST = /tmp_mnt/home/ginger/pnh/bly/bin/$(MACHINE)/ -DEST = ../bin +DEST = ../bin/ |
