mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
bab74078a9
commit includes the various ports festival can work with. Big thanks to Trevor for putting in all the time to port these! PR: 21182, 21183, 21184, 21185, 21186, 21187, 21188, 21189 21190, 21191, 21192, 21193, 21194, 21195, 21196, 21197 21198, 21199, 21200, 21201 Submitted by: Trevor Johnson <trevor@jpj.net> Obtained from: NetBSD pkgsrc
13 lines
429 B
Plaintext
13 lines
429 B
Plaintext
$NetBSD: patch-ah,v 1.1 2000/05/05 20:54:57 hubertf Exp $
|
|
|
|
--- festival/config/modules/nas_audio.mak.orig Fri May 5 21:07:15 2000
|
|
+++ festival/config/modules/nas_audio.mak Fri May 5 21:07:29 2000
|
|
@@ -44,6 +44,6 @@
|
|
|
|
AUDIO_DEFINES += -DSUPPORT_NAS
|
|
AUDIO_INCLUDES += -I$(NAS_INCLUDE)
|
|
-MODULE_LIBS += -L$(NAS_LIB) -laudio -L$(X11_LIB) -lX11 -lXt
|
|
+MODULE_LIBS += -L$(NAS_LIB) -laudio -L$(X11_LIB) -Wl,-R$(X11_LIB) -lX11 -lXt
|
|
|
|
|