a4d1323ad5
* Nib loading supports window auto-positioning * Keyed encoding is supported in many classes.
13 lines
439 B
Text
13 lines
439 B
Text
$NetBSD: patch-ac,v 1.2 2005/07/29 12:59:25 adam Exp $
|
|
|
|
--- Tools/gsnd/GNUmakefile.preamble.orig 2005-07-01 20:54:03.000000000 +0000
|
|
+++ Tools/gsnd/GNUmakefile.preamble
|
|
@@ -26,7 +26,7 @@
|
|
#ADDITIONAL_INCLUDE_DIRS +=
|
|
|
|
# Additional LDFLAGS to pass to the linker
|
|
-#ADDITIONAL_LDFLAGS +=
|
|
+ADDITIONAL_LDFLAGS += -lossaudio
|
|
|
|
# Additional library directories the linker should search
|
|
# ADDITIONAL_LIB_DIRS += -L../Source/$(GNUSTEP_OBJ_DIR)
|