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-ba | |
| parent | 18471966b6f1dbfba05d5c6c5200e9474edf5107 (diff) | |
Fix plist and take the opportunity to make the port respect CFLAGS
Diffstat (limited to 'emulators/dlx/files/patch-ba')
| -rw-r--r-- | emulators/dlx/files/patch-ba | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/emulators/dlx/files/patch-ba b/emulators/dlx/files/patch-ba index 844395d7565c..bcb442591ab8 100644 --- a/emulators/dlx/files/patch-ba +++ b/emulators/dlx/files/patch-ba @@ -1,5 +1,16 @@ --- gcc/Makefile.orig Tue Aug 14 12:29:46 1990 -+++ gcc/Makefile Sat Dec 26 13:49:36 1998 ++++ gcc/Makefile Fri Mar 9 22:25:52 2001 +@@ -21,8 +21,8 @@ + # Variables that exist for you to override. + # See below for how to change them for certain systems. + +-CFLAGS = -g $(XCFLAGS) +-CC = cc ++CFLAGS += -g $(XCFLAGS) ++CC ?= cc + BISON = bison + BISONFLAGS = -v + AR = ar @@ -45,9 +45,11 @@ # Directory where sources are, from where we are. srcdir = . |
