summaryrefslogtreecommitdiff
path: root/multimedia/replex/files/patch-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/replex/files/patch-Makefile')
-rw-r--r--multimedia/replex/files/patch-Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/replex/files/patch-Makefile b/multimedia/replex/files/patch-Makefile
index 015b722c4a5e..47549bc6f95a 100644
--- a/multimedia/replex/files/patch-Makefile
+++ b/multimedia/replex/files/patch-Makefile
@@ -14,7 +14,7 @@
replex: libreplex.a replex.o
- $(CC) -o replex replex.o -L. -lreplex
-+ $(CC) $(LDFLAGS) -o replex replex.o -L. -lreplex
++ $(CC) -o replex replex.o -L. -lreplex $(LDFLAGS)
dist: $(SRC) $(HEADERS) Makefile
mkdir $(DISTNAME)