diff options
author | mycroft <mycroft@pkgsrc.org> | 1998-07-04 07:50:09 +0000 |
---|---|---|
committer | mycroft <mycroft@pkgsrc.org> | 1998-07-04 07:50:09 +0000 |
commit | d0fcb1a9551c5cde57eefcc02080d161385eb28e (patch) | |
tree | 3e1b866305eb6cd307c529408226ff72da7cb036 /audio/mikmod/patches/patch-aa | |
parent | 40060a667787ec939229d6e7e74459b7a10505ee (diff) | |
download | pkgsrc-d0fcb1a9551c5cde57eefcc02080d161385eb28e.tar.gz |
Update to 3.0.3.
Diffstat (limited to 'audio/mikmod/patches/patch-aa')
-rw-r--r-- | audio/mikmod/patches/patch-aa | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/audio/mikmod/patches/patch-aa b/audio/mikmod/patches/patch-aa deleted file mode 100644 index 370477d94e3..00000000000 --- a/audio/mikmod/patches/patch-aa +++ /dev/null @@ -1,18 +0,0 @@ ---- Makefile.orig Sun Apr 20 17:12:31 1997 -+++ Makefile Sun Apr 20 17:12:41 1997 -@@ -167,13 +167,13 @@ - # realtime priority (ie. it'll get all the cpu it wants) using - # sched_setscheduler(). Default behaviour remains the same, i.e. to not use - # these --SNAG=-DCPUTIME_SNAGGER -+#SNAG=-DCPUTIME_SNAGGER - - # Does your system have usleep()? If not, you'll need to uncomment this... - #USLEEP=-DNEEDS_USLEEP - - # Does your system have curses or ncurses? If the latter, define NCURSES. --#NCURSES=-DNCURSES -+NCURSES=-DNCURSES - - CFLAGS = $(OSFLAGS) $(ZIP) $(SNAG) $(USLEEP) $(NCURSES) - |