Mercurial > audlegacy-plugins
diff src/madplug/Makefile @ 1570:85788238cbf5
madplug: remove rpath. PUT THIS IN CONFIGURE.AC. -Wl,rpath= IS NOT PORTABLE. I WILL KEEP REMOVING THIS.
madplug: fix symbol collisions
| author | William Pitcock <nenolod@atheme.org> |
|---|---|
| date | Sun, 02 Sep 2007 22:18:43 -0500 |
| parents | cbccccf7ea84 |
| children | e1ebf3fc1a16 |
line wrap: on
line diff
--- a/src/madplug/Makefile Sun Sep 02 22:01:45 2007 -0500 +++ b/src/madplug/Makefile Sun Sep 02 22:18:43 2007 -0500 @@ -20,6 +20,6 @@ CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) $(GLIB_CFLAGS) $(PANGO_CFLAGS) $(ARCH_DEFINES) $(SIMD_CFLAGS) -I../../intl -I../.. -Wall LDFLAGS += $(AUDLDFLAGS) -LIBADD = -L/opt/local/lib -L$(plugindir) -Wl,-rpath=$(plugindir) -laudid3tag -lmad $(GTK_LIBS) $(GLIB_LIBS) $(PANGO_LIBS) +LIBADD = -L/opt/local/lib -L$(plugindir) -laudid3tag -lmad $(GTK_LIBS) $(GLIB_LIBS) $(PANGO_LIBS) include ../../mk/objective.mk
