f020fdfa81
* this makes this port switch to gtk+2, and get ride of ancient gtk+1 - update ${HOMEPAGE} and ${MASTER_SITES} from Julian Leyh (MAINTAINER), thanks
29 lines
823 B
Plaintext
29 lines
823 B
Plaintext
$OpenBSD: patch-config_mk,v 1.2 2009/03/06 08:54:22 jasper Exp $
|
|
--- config.mk.orig Sun Aug 12 12:14:42 2007
|
|
+++ config.mk Wed Oct 29 14:46:43 2008
|
|
@@ -6,8 +6,8 @@
|
|
# Set the C compiler to use, and options for it.
|
|
# This is likely to be what you'll want for most systems:
|
|
#
|
|
-CC=gcc
|
|
-CFLAGS=-O2 -Wall
|
|
+#CC=gcc
|
|
+#CFLAGS=-O2 -Wall
|
|
|
|
# Set the awk interpreter to use for a script used while compiling.
|
|
# (This should be a `new' awk, such as gawk or mawk.)
|
|
@@ -24,10 +24,10 @@ AWK=awk
|
|
# MANDIR to directory for man page.
|
|
# Usually it will be simpler to just set PREFIX.
|
|
#
|
|
-PREFIX=/usr/local
|
|
+#PREFIX=/usr/local
|
|
BINDIR=$(PREFIX)/bin
|
|
-INFODIR=$(PREFIX)/share/info
|
|
-MANDIR=$(PREFIX)/share/man/man1
|
|
+INFODIR=$(PREFIX)/info
|
|
+MANDIR=$(PREFIX)/man/man1
|
|
|
|
# -------------------- Miscellaneous options -----------------------
|
|
|