Description: Fix "FTBFS: undefined reference to `main'".
Author: Nobuhiro Iwamatsu
Bug-Debian: https://bugs.debian.org/526547
Forwarded: no
---
--- a/noise/src/Makefile	2010-02-10 03:28:13.000000000 +0000
+++ b/noise/src/Makefile	2010-02-10 03:28:26.000000000 +0000
@@ -17,7 +17,7 @@
 
 # Real build targets
 libnoise.so.0.3: $(OBJECTS)
-	$(LIBTOOL) --mode=link $(CXX) $(LDFLAGS) -shared -Wl,-soname=libnoise.so.0 -o $@ $(OBJECTS:.o=.lo)
+	$(LIBTOOL) --mode=link $(CXX) $(LDFLAGS) -Xcompiler -shared -Wl,-soname=libnoise.so.0 -o $@ $(OBJECTS:.o=.lo)
 
 libnoise.a: $(OBJECTS)
 	$(LIBTOOL) --mode=link $(CXX) $(LDFLAGS) -o $@ $(OBJECTS)
