diff options
author | steve <steve@FreeBSD.org> | 1998-09-28 09:55:27 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-09-28 09:55:27 +0800 |
commit | a805025fb019804c7818ea1efc369550e1d02026 (patch) | |
tree | e80ec050e111c86ebcb030348e17252d1031508f /audio/xamp | |
parent | 2449884aa924f90205cdee7100ff430708b2a815 (diff) | |
download | freebsd-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-ae | 14 |
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 + |