diff options
| author | Pav Lucistnik <pav@FreeBSD.org> | 2005-11-25 19:34:54 +0000 |
|---|---|---|
| committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-11-25 19:34:54 +0000 |
| commit | 0adb0c207ec33527612d6d3206016a4168a2a5ba (patch) | |
| tree | cae7ae29cad3330782b2159c570896a2e7a43022 /sysutils/dmidecode/files | |
| parent | - Add SHA256 (diff) | |
- Update to 2.7
PR: ports/86209, ports/88431
Submitted by: Armin Gruner <ag-freebsd@space.net>,
Andrew Pantyukhin <sat@proxy.gubkin.ru>
Approved by: maintainer timeout (anders; 2 months)
Notes
Notes:
svn path=/head/; revision=149471
Diffstat (limited to 'sysutils/dmidecode/files')
| -rw-r--r-- | sysutils/dmidecode/files/patch-Makefile | 33 |
1 files changed, 19 insertions, 14 deletions
diff --git a/sysutils/dmidecode/files/patch-Makefile b/sysutils/dmidecode/files/patch-Makefile index 406565c4f852..259133cfca73 100644 --- a/sysutils/dmidecode/files/patch-Makefile +++ b/sysutils/dmidecode/files/patch-Makefile @@ -1,31 +1,36 @@ ---- Makefile.orig Mon Feb 28 21:43:00 2005 -+++ Makefile Sun Mar 20 22:16:32 2005 -@@ -8,9 +8,9 @@ +--- Makefile.orig Wed Jun 15 20:22:35 2005 ++++ Makefile Fri Nov 25 20:31:58 2005 +@@ -8,25 +8,25 @@ # Licensed under the GNU Public License. # -CC = gcc -CFLAGS = -W -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual \ -- -Wcast-align -Wwrite-strings -Wmissing-prototypes -+CFLAGS += -W -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual \ -+ -Wcast-align -Wwrite-strings -Wmissing-prototypes ${CPPFLAGS} \ -+ -DHAVE_DECL_GETOPT +- -Wcast-align -Wwrite-strings -Wmissing-prototypes -Winline ++CFLAGS+= -W -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual \ ++ -Wcast-align -Wwrite-strings -Wmissing-prototypes -Winline ++CFLAGS+= ${CPPFLAGS} #CFLAGS += -DBIGENDIAN #CFLAGS += -DALIGNMENT_WORKAROUND -@@ -19,12 +19,11 @@ + # When debugging, disable -O2 and enable -g. +-CFLAGS += -O2 ++#CFLAGS += -O2 #CFLAGS += -g # Pass linker flags here -LDFLAGS = -+LDFLAGS += ++LDFLAGS+= DESTDIR = -prefix = /usr/local --sbindir = $(prefix)/sbin --mandir = $(prefix)/man -+sbindir = $(PREFIX)/sbin -+mandir = $(PREFIX)/man ++prefix = $(PREFIX) + sbindir = $(prefix)/sbin +-mandir = $(prefix)/share/man ++mandir = $(MANPREFIX)/man man8dir = $(mandir)/man8 +-docdir = $(prefix)/share/doc/dmidecode ++docdir = $(DOCSDIR) - all : dmidecode biosdecode ownership vpddecode + INSTALL := install + INSTALL_DATA := $(INSTALL) -m 644 |
