mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
2a77ee7578
- Use new Makefile header format Feature safe: yes
37 lines
1.2 KiB
Plaintext
37 lines
1.2 KiB
Plaintext
--- plugins/dfsound/Makefile.am.orig 2011-07-01 09:14:20.495315356 +0200
|
|
+++ plugins/dfsound/Makefile.am 2011-07-01 09:13:24.000000000 +0200
|
|
@@ -1,15 +1,15 @@
|
|
AM_CPPFLAGS = -I../../include
|
|
|
|
-bindir = @libdir@/games/psemu/
|
|
-libdir = @libdir@/games/psemu/
|
|
+bindir = @libdir@/pcsxr/
|
|
+libdir = @libdir@/pcsxr/
|
|
|
|
lib_LTLIBRARIES = libDFSound.la
|
|
|
|
libDFSound_la_SOURCES = adsr.c adsr.h spu.c spu.h cfg.c cfg.h dma.c dma.h gauss_i.h freeze.c reverb.c reverb.h registers.c registers.h externals.c externals.h dsoundoss.h psemuxa.h regs.h xa.c xa.h stdafx.h
|
|
|
|
libDFSound_la_CPPFLAGS = $(AM_CPPFLAGS)
|
|
-libDFSound_la_LDFLAGS = -module -avoid-version
|
|
-libDFSound_la_LIBADD = -lpthread -lm
|
|
+libDFSound_la_LDFLAGS = -module -avoid-version -pthread
|
|
+libDFSound_la_LIBADD = -lm
|
|
|
|
if SOUND_ALSA
|
|
libDFSound_la_SOURCES += alsa.c
|
|
@@ -47,11 +47,11 @@
|
|
|
|
bin_PROGRAMS = cfgDFSound
|
|
cfgDFSound_CPPFLAGS = -DLOCALE_DIR=\"${datadir}/locale/\" \
|
|
- -DDATADIR=\"${datadir}/psemu/\" \
|
|
+ -DDATADIR=\"${datadir}/pcsxr/\" \
|
|
$(GTK3_CFLAGS) $(AM_CPPFLAGS)
|
|
cfgDFSound_SOURCES = spucfg-0.1df/main.c
|
|
cfgDFSound_LDADD = $(GTK3_LIBS)
|
|
|
|
glade_DATA = spucfg-0.1df/dfsound.ui
|
|
-gladedir = $(datadir)/psemu/
|
|
+gladedir = $(datadir)/pcsxr/
|
|
EXTRA_DIST = $(glade_DATA)
|