diff options
author | miwi <miwi@FreeBSD.org> | 2007-02-26 19:19:10 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-02-26 19:19:10 +0800 |
commit | b971fc66819f8aa0409eb3acc0604cec285e3759 (patch) | |
tree | 2b5fb1199d342231488fc1a497dba4b36741e17b /x11/dmenu/files | |
parent | 3631458250ed5bc3f707ba95f7e32e1015c6dfce (diff) | |
download | freebsd-ports-gnome-b971fc66819f8aa0409eb3acc0604cec285e3759.tar.gz freebsd-ports-gnome-b971fc66819f8aa0409eb3acc0604cec285e3759.tar.zst freebsd-ports-gnome-b971fc66819f8aa0409eb3acc0604cec285e3759.zip |
- Update to 2.4
PR: 109523
Submitted by: Jeroen Schot <schot@a-eskwadraat.nl> (maintainer)
Diffstat (limited to 'x11/dmenu/files')
-rw-r--r-- | x11/dmenu/files/patch-config.mk | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/x11/dmenu/files/patch-config.mk b/x11/dmenu/files/patch-config.mk index 5fcff6321c95..64e6b106a183 100644 --- a/x11/dmenu/files/patch-config.mk +++ b/x11/dmenu/files/patch-config.mk @@ -1,12 +1,12 @@ ---- config.mk.orig Tue Aug 29 20:32:42 2006 -+++ config.mk Tue Aug 29 20:33:56 2006 -@@ -4,21 +4,21 @@ +--- config.mk.orig Wed Feb 21 22:21:27 2007 ++++ config.mk Wed Feb 21 22:21:26 2007 +@@ -4,18 +4,18 @@ # Customize below to fit your system # paths -PREFIX = /usr/local -MANPREFIX = ${PREFIX}/share/man -+PREFIX ?= /usr/local ++PREFIX?= /usr/local +MANPREFIX = ${PREFIX}/man -X11INC = /usr/X11R6/include @@ -24,6 +24,8 @@ LDFLAGS = ${LIBS} #CFLAGS = -g -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\" #LDFLAGS = -g ${LIBS} +@@ -26,4 +26,4 @@ + #CFLAGS += -xtarget=ultra # compiler and linker -CC = cc |