diff options
author | tron <tron@pkgsrc.org> | 1999-06-19 14:38:08 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-06-19 14:38:08 +0000 |
commit | 60cba3e7f934e3dda31ec4649349895469478cbd (patch) | |
tree | 20c2e408846657df61a90c14c2c4f27e4867884f /emulators/uae/patches | |
parent | 187d62538512889ae4b6b9db37f5252834cd5929 (diff) | |
download | pkgsrc-60cba3e7f934e3dda31ec4649349895469478cbd.tar.gz |
Import new "uae" package:
The UAE Amiga Emulator
Diffstat (limited to 'emulators/uae/patches')
-rw-r--r-- | emulators/uae/patches/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/emulators/uae/patches/patch-aa b/emulators/uae/patches/patch-aa new file mode 100644 index 00000000000..749020affff --- /dev/null +++ b/emulators/uae/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1.1.1 1999/06/19 14:38:08 tron Exp $ + +--- src/Makefile.in.orig Tue Dec 29 00:50:26 1998 ++++ src/Makefile.in Sat Jun 19 15:25:48 1999 +@@ -10,7 +10,7 @@ + CFLAGS = @CFLAGS@ -D__inline__=@ac_cv_c_inline@ + X_CFLAGS = @X_CFLAGS@ @GTK_CFLAGS@ -DSHM_SUPPORT_LINKS=@SHM_SUPPORT_LINKS@ + TARGET = @TARGET@ +-LIBRARIES = @LIBRARIES@ @LIBS@ @GTK_LIBS@ ++LIBRARIES = @LIBRARIES@ @LIBS@ @GTK_LIBS@ -lossaudio + MATHLIB = @MATHLIB@ + RESOBJS = @RESOBJS@ + |