aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-R/ps/files/ps-respect-LDFLAGS.patch')
-rw-r--r--dev-R/ps/files/ps-respect-LDFLAGS.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/dev-R/ps/files/ps-respect-LDFLAGS.patch b/dev-R/ps/files/ps-respect-LDFLAGS.patch
deleted file mode 100644
index a1ab2933e4..0000000000
--- a/dev-R/ps/files/ps-respect-LDFLAGS.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- a/src/Makevars.in
-+++ b/src/Makevars.in
-@@ -8,10 +8,10 @@
- all: px @TARGETS@ $(SHLIB)
-
- px: px.c
-- $(CC) $(CFLAGS) -Wall px.c -o px
-+ $(CC) $(CFLAGS) $(LDFLAGS) -fPIE -Wall px.c -o px
-
- interrupt: interrupt.c
-- $(CC) $(CFLAGS) -Wall interrupt.c -o interrupt
-+ $(CC) $(CFLAGS) $(LDFLAGS) -fPIE -Wall interrupt.c -o interrupt
-
- clean:
- rm -rf $(SHLIB) $(OBJECTS) px.exe px interrupt.exe interrupt