diff options
author | jim <jim@FreeBSD.org> | 1999-09-25 22:11:38 +0800 |
---|---|---|
committer | jim <jim@FreeBSD.org> | 1999-09-25 22:11:38 +0800 |
commit | 9b2d6b6eff0246be061541fe66f3ff2abf93c5a1 (patch) | |
tree | 31205855619fd3340db2db7e9277fe0b278abb2c /audio | |
parent | 65f039912da673fa233f503b6353b1de255b7702 (diff) | |
download | freebsd-ports-gnome-9b2d6b6eff0246be061541fe66f3ff2abf93c5a1.tar.gz freebsd-ports-gnome-9b2d6b6eff0246be061541fe66f3ff2abf93c5a1.tar.zst freebsd-ports-gnome-9b2d6b6eff0246be061541fe66f3ff2abf93c5a1.zip |
Added -O0 to CCOPTIONS. Without it, ascd coredumps when run
with no theme specified.
Reported by: marcel
Diffstat (limited to 'audio')
-rw-r--r-- | audio/ascd/files/patch-ae | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/audio/ascd/files/patch-ae b/audio/ascd/files/patch-ae index 1f2aabe2b751..0532a363b8e8 100644 --- a/audio/ascd/files/patch-ae +++ b/audio/ascd/files/patch-ae @@ -1,7 +1,11 @@ ---- Imakefile.orig Sun Aug 8 21:25:29 1999 -+++ Imakefile Sun Aug 8 21:25:53 1999 -@@ -9,7 +9,7 @@ - CCOPTIONS = $(MOREFLAGS) +--- Imakefile.orig Sun Sep 5 09:24:23 1999 ++++ Imakefile Sat Sep 25 23:52:18 1999 +@@ -6,10 +6,10 @@ + MANDIR = CMANDIR + THEMESDIR = CTHDIR + MOREFLAGS = -I/usr/local/include -I/usr/X11R6/include -I. +-CCOPTIONS = $(MOREFLAGS) ++CCOPTIONS = -O0 $(MOREFLAGS) SYS_LIBRARIES = $(XLIB) -lXpm -LOCAL_LIBRARIES = -L../libworkman -lworkman -L/usr/local/lib |