aboutsummaryrefslogtreecommitdiffstats
path: root/audio/xamp
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1998-09-28 09:55:27 +0800
committersteve <steve@FreeBSD.org>1998-09-28 09:55:27 +0800
commita805025fb019804c7818ea1efc369550e1d02026 (patch)
treee80ec050e111c86ebcb030348e17252d1031508f /audio/xamp
parent2449884aa924f90205cdee7100ff430708b2a815 (diff)
downloadfreebsd-ports-gnome-a805025fb019804c7818ea1efc369550e1d02026.tar.gz
freebsd-ports-gnome-a805025fb019804c7818ea1efc369550e1d02026.tar.zst
freebsd-ports-gnome-a805025fb019804c7818ea1efc369550e1d02026.zip
Fix build for ELF.
Diffstat (limited to 'audio/xamp')
-rw-r--r--audio/xamp/files/patch-ae14
1 files changed, 12 insertions, 2 deletions
diff --git a/audio/xamp/files/patch-ae b/audio/xamp/files/patch-ae
index 36009ed32495..3137eac04cd2 100644
--- a/audio/xamp/files/patch-ae
+++ b/audio/xamp/files/patch-ae
@@ -1,5 +1,5 @@
---- Makefile.in.orig Tue Aug 18 22:28:09 1998
-+++ Makefile.in Tue Aug 18 22:31:13 1998
+--- Makefile.in.orig Tue Feb 10 16:37:20 1998
++++ Makefile.in Sun Sep 27 20:24:53 1998
@@ -14,7 +14,8 @@
DEFINES = -DOS_@OS_TYPE@ -DARCH_@ARCH_TYPE@
CFLAGS = @CFLAGS@ ${DEFINES} ${DEBUG} ${BACK}
@@ -10,3 +10,13 @@
#
# uncomment both of these if you want profiling support
+@@ -38,6 +39,9 @@
+ backs/backs.o
+
+ LIBS = @QT_LDFLAGS@ -lm -lqt
++ifeq ($(PORTOBJFORMAT),elf)
++LIBS+= -Wl,-rpath,$(X11BASE)/lib
++endif
+
+ all: xamp
+