diff options
author | pawel <pawel@FreeBSD.org> | 2012-07-02 01:24:57 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2012-07-02 01:24:57 +0800 |
commit | d9e8cd7e00bbb4ae211776d24a181b766fe32ab5 (patch) | |
tree | c032cbcbbb5db662ebde2f51d56a44be98bc1944 /sysutils/upsd | |
parent | c336b8f119b09691d465d16d9dac0651bb772c3a (diff) | |
download | freebsd-ports-gnome-d9e8cd7e00bbb4ae211776d24a181b766fe32ab5.tar.gz freebsd-ports-gnome-d9e8cd7e00bbb4ae211776d24a181b766fe32ab5.tar.zst freebsd-ports-gnome-d9e8cd7e00bbb4ae211776d24a181b766fe32ab5.zip |
Fix build with clang
Diffstat (limited to 'sysutils/upsd')
-rw-r--r-- | sysutils/upsd/files/patch-aa | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/sysutils/upsd/files/patch-aa b/sysutils/upsd/files/patch-aa index cefc70eb501e..52fcb8746eb4 100644 --- a/sysutils/upsd/files/patch-aa +++ b/sysutils/upsd/files/patch-aa @@ -1,6 +1,6 @@ ---- Makefile.orig Mon Feb 23 17:32:56 1998 -+++ Makefile Mon Feb 23 17:33:50 1998 -@@ -8,8 +8,7 @@ +--- Makefile.orig 1996-08-02 23:44:24.000000000 +0200 ++++ Makefile 2012-07-01 19:12:23.000000000 +0200 +@@ -8,12 +8,11 @@ PROG= upsd @@ -10,3 +10,8 @@ NOMAN= noway #DEBUG= -g -DDEBUG +-CFLAGS+=-I../include ${DEBUG} -Wall -O6 # -pedantic ++CFLAGS+=-I../include ${DEBUG} -Wall # -pedantic + LDADD= + + CLEANFILES+=*.core y.* |