diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-09-03 00:18:39 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-09-03 00:18:39 +0000 |
commit | 5cd51f65f705d4bf056d0f9ff7e7c517c07307ef (patch) | |
tree | 329335ddcb42df340cbe157ed922532082241788 /misc | |
parent | - Update to 1.13 (diff) |
- Respect CFLAGS
PR: ports/102801
Submitted by: Soeren Straarup <xride at x12.dk>
Diffstat (limited to 'misc')
-rw-r--r-- | misc/gkrellmlaunch/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/gkrellmlaunch/Makefile b/misc/gkrellmlaunch/Makefile index 732637467dca..259e5fbea5d6 100644 --- a/misc/gkrellmlaunch/Makefile +++ b/misc/gkrellmlaunch/Makefile @@ -25,7 +25,7 @@ ALL_TARGET= ${PORTNAME}.so .include <bsd.port.pre.mk> .if ${ARCH} == "amd64" -CFLAGS= -fPIC +CFLAGS+= -fPIC .endif do-install: |