Index: head/audio/xamp/files/patch-ae =================================================================== --- head/audio/xamp/files/patch-ae (revision 16537) +++ head/audio/xamp/files/patch-ae (revision 16538) @@ -1,22 +1,31 @@ ---- Makefile.in.orig Tue Feb 10 16:37:20 1998 -+++ Makefile.in Sun Sep 27 20:24:53 1998 +--- Makefile.in.orig Wed Feb 11 07:37:20 1998 ++++ Makefile.in Wed Feb 3 23:00:03 1999 @@ -14,7 +14,8 @@ DEFINES = -DOS_@OS_TYPE@ -DARCH_@ARCH_TYPE@ CFLAGS = @CFLAGS@ ${DEFINES} ${DEBUG} ${BACK} LDFLAGS = @LDFLAGS@ -INSTALL= @INSTALL@ +INSTALL= @INSTALL@ -s +DESTDIR= ${PREFIX}/bin # # 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 +@@ -59,7 +63,7 @@ + cd pixmaps ; make + + xamp: images $(OBJ) +- $(CC) -o xamp $(OBJ) $(LDFLAGS) $(LIBS) ++ $(CXX) -o xamp $(OBJ) $(LDFLAGS) $(LIBS) + + install: + $(INSTALL) -m 755 xamp $(DESTDIR) Property changes on: head/audio/xamp/files/patch-ae ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property