diff options
author | obrien <obrien@FreeBSD.org> | 2002-09-09 10:38:11 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-09-09 10:38:11 +0800 |
commit | fa1112d88cb48a459273deff203918e2e121244e (patch) | |
tree | bf8e7bb29a4a344367cd5eab4196ecbab2499155 /vietnamese/vnterm | |
parent | f2ac185803867a0823a7d04c86bc13138888cfdb (diff) | |
download | freebsd-ports-gnome-fa1112d88cb48a459273deff203918e2e121244e.tar.gz freebsd-ports-gnome-fa1112d88cb48a459273deff203918e2e121244e.tar.zst freebsd-ports-gnome-fa1112d88cb48a459273deff203918e2e121244e.zip |
Don't gratuitously add -O.
Diffstat (limited to 'vietnamese/vnterm')
-rw-r--r-- | vietnamese/vnterm/files/patch-Imakefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vietnamese/vnterm/files/patch-Imakefile b/vietnamese/vnterm/files/patch-Imakefile index d6e3f9a3eb6f..173d98ba93a1 100644 --- a/vietnamese/vnterm/files/patch-Imakefile +++ b/vietnamese/vnterm/files/patch-Imakefile @@ -1,5 +1,5 @@ --- Imakefile.orig Mon Aug 21 08:47:46 2000 -+++ Imakefile Sat Feb 10 05:32:41 2001 ++++ Imakefile Sun Sep 8 19:26:19 2002 @@ -1,6 +1,6 @@ XCOMM $Xorg: Imakefile,v 1.3 2000/08/17 19:55:07 cpqbld Exp $ XCOMM @@ -22,7 +22,7 @@ MISC_DEFINES = /* -DALLOWLOGFILEEXEC */ XKB_DEFINES = XkbClientDefines DEFINES = $(XKB_DEFINES) -+ CDEBUGFLAGS = -I$(VNINCDIR) -O #-g ++ CDEBUGFLAGS = -I$(VNINCDIR) #-O #-g + LDLIBS = $(VNLIBS) SRCS1 = button.c charproc.c cursor.c data.c input.c \ main.c menu.c misc.c screen.c scrollbar.c tabs.c \ |