diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2006-06-24 16:24:39 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2006-06-24 16:24:39 +0000 |
commit | c3d379c79dfa7d0be4b9319f8541cab6f102b1f5 (patch) | |
tree | b9707c43de2bc30a5cf389528690530d61498904 /lang/gnustep-base/files | |
parent | 79529b961a4e62a83994c6d3aa6232c036827306 (diff) | |
download | ports-c3d379c79dfa7d0be4b9319f8541cab6f102b1f5.tar.gz ports-c3d379c79dfa7d0be4b9319f8541cab6f102b1f5.zip |
Notes
Diffstat (limited to 'lang/gnustep-base/files')
-rw-r--r-- | lang/gnustep-base/files/GNUstep.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lang/gnustep-base/files/GNUstep.sh b/lang/gnustep-base/files/GNUstep.sh index 2d749beba400..6c9eaccb8736 100644 --- a/lang/gnustep-base/files/GNUstep.sh +++ b/lang/gnustep-base/files/GNUstep.sh @@ -7,7 +7,6 @@ GNUSTEP_SYSTEM_ROOT="${PREFIX}/GNUstep/System" case "$1" in start) - %%LDCONFIG_GCC%% if [ -e ${GNUSTEP_SYSTEM_ROOT}/Library/Makefiles/GNUstep.sh ]; then . ${GNUSTEP_SYSTEM_ROOT}/Library/Makefiles/GNUstep.sh rm -f ${PIDFILE} |